Skip to content

Commit

Permalink
Adiciona atalho para redimensionar janela em 'monocle' para melhorar …
Browse files Browse the repository at this point in the history
…leitura em monitores ultrawide
  • Loading branch information
jpaulo committed Feb 27, 2024
1 parent 34e7fcb commit a0c650d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions dotfiles/.config/sxhkd/sxhkdrc
Original file line number Diff line number Diff line change
Expand Up @@ -247,3 +247,7 @@ alt + {_,shift + }w
# send to given desktop following
super + shift + alt + {1-9,0}
bspc node -d '^{1-9,10}' --follow

# diminui area util em monocle; ideal para usar em ultrawide monitores
super + n
[ $(bspc config left_monocle_padding) -gt 0 ] && $( bspc config left_monocle_padding 0; bspc config right_monocle_padding 0 ) || $( bspc config left_monocle_padding 760; bspc config right_monocle_padding 760)

0 comments on commit a0c650d

Please sign in to comment.