Browse Source

config changes

master
junikimm717 2 years ago
parent
commit
c8fce63933
  1. 2
      configuration.nix
  2. 2
      dotfiles/bspwm/bspwmrc
  3. 7
      dotfiles/bspwm/sxhkdrc
  4. 1
      dotfiles/bspwm/xinitrc

2
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
];

2
dotfiles/bspwm/bspwmrc

@ -1,4 +1,4 @@
#! /bin/sh
#!/bin/sh
killall picom
picom &

7
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

1
dotfiles/bspwm/xinitrc

@ -1,3 +1,4 @@
#!/bin/bash
xrandr -s 1600x900
exec bspwm
Loading…
Cancel
Save