Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
xvzc committed Jul 22, 2024
1 parent 083cda9 commit ebb5aa8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 0 additions & 1 deletion dot_config/bspwm/executable_bspwmrc
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ bspc rule -a '*:flameshot' state=floating follow=on focus=on
(pgrep -x trayer > /dev/null && pkill -9 -f trayer);
(trayer -l --margin 0 --padding 10 --align right --edge top --height 29 --distance 0,0 --distancefrom right,top --transparent true --alpha 0 --tint '#000000' &)


nitrogen --restore &
flameshot &
1password &
4 changes: 4 additions & 0 deletions dot_config/bspwm/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,10 @@ alt + space
# make sxhkd reload its configuration files:
alt + ctrl + super + r
bspc wm -r
xset r rate 200 50

alt + super + l
betterlockscreen -l -q


# close and kill
Expand All @@ -31,6 +34,7 @@ alt + ctrl + s
# state/flags
#


alt + super + t
if [ "$(bspc query -N -n focused.tiled)" ]; then \
bspc node focused -t floating; \
Expand Down
1 change: 1 addition & 0 deletions setup/arch-packages.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ rofi
xorg
xorg-server
xorg-xinit
betterlockscreen
nimf-git

base-devel
Expand Down

0 comments on commit ebb5aa8

Please sign in to comment.