Compare commits

...

3 Commits

Author SHA1 Message Date
tonitch
0c131fdbfa
Radio 2025-02-17 20:55:38 +01:00
tonitch
d4d4663876
tmux focus-event 2025-02-17 20:55:00 +01:00
tonitch
076ff6fbe5
sxhkd super + g 2025-02-17 20:54:03 +01:00
3 changed files with 4 additions and 1 deletions

View File

@ -192,7 +192,8 @@ super + shift + {comma,period}
# Change window gap
super + g
bspc config -d focused window_gap {$gap,$(($gap+$cgap)),$(($gap+$cgap+$gap))}
{bspc config window_gap 0 && bspc config top_padding 0 && bspc config bottom_padding 0 && bspc config right_padding 0 && bspc config left_padding 0,\
bspc config window_gap $(($gap+$cgap)) && bspc config top_padding $(($PANEL_HEIGHT-($gap-$cgap))) && bspc config bottom_padding -$gap && bspc config right_padding -$gap && bspc config left_padding -$gap}
super + button{4,5}
bspc config -d focused window_gap $((`bspc config -d focused window_gap` {+,-} 2 ))

View File

@ -1,5 +1,6 @@
set -g mouse
set -g set-clipboard on
set -g focus-events on
bind h selectp -L
bind j selectp -D

View File

@ -72,6 +72,7 @@ alias open="xdg-open"
alias sxiv=nsxiv
alias :q=exit
alias vim=nvim
alias radio="mpv https://radio.freenode.net/radio.ogg --volume=30"
# Theming section
autoload -U compinit colors zcalc