stuff
This commit is contained in:
parent
dc50dfc09a
commit
cc854fd8e2
|
@ -159,6 +159,7 @@ 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
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
#!/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 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 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 fzf
|
||||
|
||||
sudo cp -f ~/.config/lightdm/lightdm-gtk-greeter.conf /etc/lightdm/
|
||||
sudo cp -f ~/.config/pacman/* /etc/
|
||||
|
|
Loading…
Reference in New Issue