This commit is contained in:
NaiJi ✨ 2024-04-23 07:45:23 +04:00
parent 11c350480c
commit df69bdbf34
3 changed files with 4 additions and 4 deletions

View File

@ -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+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+F3 exec pcmanfm
bindsym $mod+F4 exec alacritty -e newsboat

3
.local/bin/dkill Executable file
View File

@ -0,0 +1,3 @@
#!/bin/bash
kill $(ps aux | dmenu | awk '{print $2;}')

View File

@ -1,3 +0,0 @@
#!/bin/bash
kill $(ps aux | fzf | awk '{print $2;}')