sutff
This commit is contained in:
parent
11c350480c
commit
df69bdbf34
|
@ -159,7 +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+j resize shrink height 5 px or 5 ppt
|
||||||
bindsym $mod+Ctrl+h resize grow width 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+F1 exec /home/naiji/.local/bin/dkill
|
||||||
bindsym $mod+F2 exec firefox
|
bindsym $mod+F2 exec firefox
|
||||||
bindsym $mod+F3 exec pcmanfm
|
bindsym $mod+F3 exec pcmanfm
|
||||||
bindsym $mod+F4 exec alacritty -e newsboat
|
bindsym $mod+F4 exec alacritty -e newsboat
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
kill $(ps aux | dmenu | awk '{print $2;}')
|
|
@ -1,3 +0,0 @@
|
||||||
#!/bin/bash
|
|
||||||
|
|
||||||
kill $(ps aux | fzf | awk '{print $2;}')
|
|
Loading…
Reference in New Issue