Compare commits
No commits in common. "bb9c47ba29b5bf05a084c4b6ff6f2bcf81b1f0cc" and "dc50dfc09acdc422e6519e2c09cb20a1ffbc662a" have entirely different histories.
bb9c47ba29
...
dc50dfc09a
|
@ -159,7 +159,6 @@ bindsym $mod+Ctrl+k resize grow height 5 px or 5 ppt
|
|||
bindsym $mod+Ctrl+j resize shrink height 5 px or 5 ppt
|
||||
bindsym $mod+Ctrl+h resize grow width 5 px or 5 ppt
|
||||
|
||||
bindsym $mod+F1 exec alacritty -e /home/naiji/.local/bin/fzkill
|
||||
bindsym $mod+F2 exec firefox
|
||||
bindsym $mod+F3 exec pcmanfm
|
||||
bindsym $mod+F4 exec alacritty -e newsboat
|
||||
|
|
|
@ -1,3 +0,0 @@
|
|||
#!/bin/bash
|
||||
|
||||
kill $(ps aux | fzf | awk '{print $2;}')
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/bash
|
||||
|
||||
sudo pacman -Suuy
|
||||
sudo pacman -S nvim mpd mpc ncmpcpp htop brightnessctl xwallpaper man dnsutils adobe-source-han-sans-jp-fonts bash-completion pcmanfm mpv maim keepassxc qbittorrent terminus-font firefox xclip wireguard-tools wget p7zip unzip zip rsync neofetch lxappearance gcc cmake gdb nsxiv git alacritty tmux neovim vi element-desktop telegram-desktop fzf
|
||||
sudo pacman -S nvim mpd mpc ncmpcpp htop brightnessctl xwallpaper man dnsutils adobe-source-han-sans-jp-fonts bash-completion pcmanfm mpv maim keepassxc qbittorrent xterm terminus-font firefox xclip wireguard-tools wget p7zip unzip zip rsync neofetch lxappearance gcc cmake gdb nsxiv git alacritty tmux neovim vi element-desktop telegram-desktop
|
||||
|
||||
sudo cp -f ~/.config/lightdm/lightdm-gtk-greeter.conf /etc/lightdm/
|
||||
sudo cp -f ~/.config/pacman/* /etc/
|
||||
|
|
Loading…
Reference in New Issue