wezterm+urxvt

This commit is contained in:
Henrik Bakken
2023-12-28 00:17:11 +01:00
parent 3750ada97c
commit afff11f002
4 changed files with 191 additions and 75 deletions
+6 -5
View File
@@ -84,17 +84,18 @@ set $rofiopts -show-icons -matching fuzzy -lines 10 -eh 2 -width 30
bindsym $mod+d exec rofi -show drun $rofiopts
bindsym $mod+Shift+d exec rofi -show run $rofiopts
bindsym $mod+Return exec kitty
bindsym $mod+Return exec wezterm
bindsym $mod+Shift+Return exec urxvt
bindsym $mod+Shift+s --release exec --no-startup-id cd $(xdg-user-dir PICTURES) && scrot --freeze --select --exec 'xclip -selection clipboard -t image/png -i $f'
bindsym $mod+Shift+x --release exec --no-startup-id xkill
bindsym $mod+F1 exec kitty -e 'htop'
bindsym $mod+F1 exec urxvt -e htop
bindsym $mod+F2 exec qutebrowser
bindsym $mod+F3 exec pcmanfm
bindsym $mod+F4 exec kitty -e 'ranger'
bindsym $mod+F4 exec urxvt -e ranger
bindsym $mod+F5 exec pavucontrol
bindsym $mod+F6 exec kitty -e 'mocp'
bindsym $mod+F7 exec kitty -e 'ncspot'
bindsym $mod+F6 exec urxvt -e cmus
bindsym $mod+F7 exec urxvt -e ncspot
bindsym $mod+F9 exec --no-startup-id picom -b
bindsym $mod+Shift+F9 exec --no-startup-id pkill picom
bindsym $mod+Shift+F10 --release exec "killall dunst; exec notify-send 'restart dunst'"