diff --git a/configuration.nix b/configuration.nix index eb73003..a7eebc0 100644 --- a/configuration.nix +++ b/configuration.nix @@ -109,7 +109,7 @@ vim neovim neofetch pfetch tmux fff nodejs shellcheck - dash git + bash dash git wget brave nfs-utils gcc gnumake ]; diff --git a/dotfiles/bspwm/bspwmrc b/dotfiles/bspwm/bspwmrc index 1520fac..4b1a64d 100755 --- a/dotfiles/bspwm/bspwmrc +++ b/dotfiles/bspwm/bspwmrc @@ -1,4 +1,4 @@ -#! /bin/sh +#!/bin/sh killall picom picom & diff --git a/dotfiles/bspwm/sxhkdrc b/dotfiles/bspwm/sxhkdrc index 9c2b154..6947554 100644 --- a/dotfiles/bspwm/sxhkdrc +++ b/dotfiles/bspwm/sxhkdrc @@ -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 diff --git a/dotfiles/bspwm/xinitrc b/dotfiles/bspwm/xinitrc index a7a4f81..fbc308a 100644 --- a/dotfiles/bspwm/xinitrc +++ b/dotfiles/bspwm/xinitrc @@ -1,3 +1,4 @@ #!/bin/bash +xrandr -s 1600x900 exec bspwm