@ -109,7 +109,7 @@
vim neovim neofetch pfetch tmux
fff
nodejs shellcheck
dash git
bash dash git
wget brave
nfs-utils gcc gnumake
];
@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/sh
killall picom
picom &
@ -26,10 +26,13 @@ super + shift + r
bspc wm -r
super + shift + p
~/.config/polybar/launch.bspwm.sh
~/.config/polybar/launch.sh
super + shift + e
~/scripts/bin/quit.sh
QUIT=$(printf "No\nYes" | dmenu -i -p "Are you sure u want to kill $MANAGER?")
if test "$QUIT" == "Yes" ; then
killall $MANAGER
fi
# close and kill
@ -1,3 +1,4 @@
#!/bin/bash
xrandr -s 1600x900
exec bspwm