mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update zsh, bspwm
This commit is contained in:
parent
1be1c9c53e
commit
c4d54758ef
7 changed files with 31 additions and 36 deletions
|
|
@ -3,21 +3,19 @@
|
|||
|
||||
## == USER keys
|
||||
super + {_,shift} Return
|
||||
{kitty, \
|
||||
{kitty, \
|
||||
rofi -show drun -theme ntenV2}
|
||||
|
||||
super + shift + {w, f, e, c, s, t, q}
|
||||
{google-chrome-stable, \
|
||||
kitty --class ranger -e ranger, \
|
||||
kitty --class nvim -e nvim, \
|
||||
code, \
|
||||
.applications/simplenote.appimage, \
|
||||
.applications/todoist.appimage, \
|
||||
xkill }
|
||||
super + shift + {w, e, f, c, a, q}
|
||||
{google-chrome-stable, \
|
||||
kitty --class nvim -e nvim, \
|
||||
kitty --class ranger -e ranger, \
|
||||
code, \
|
||||
.applications/todoist.appimage, \
|
||||
xkill }
|
||||
|
||||
super + {_,shift} Print
|
||||
{scrot -s, \
|
||||
scrot }
|
||||
{_,shift,ctrl} Print
|
||||
{scrot -s, scrot, scrot -u}
|
||||
|
||||
super + {equal, minus, shift+minus}
|
||||
amixer sset Master {2%+,2%-,toggle}
|
||||
|
|
@ -31,8 +29,8 @@ super + q
|
|||
bspc node -c
|
||||
|
||||
super + control + r
|
||||
bspc wm -r \
|
||||
pkill -USR1 -x sxhkd
|
||||
bspc wm -r && \
|
||||
sxhkd -c ~/.config/bspwm/sxhkd
|
||||
|
||||
### == BSPWM windows
|
||||
## Resize window
|
||||
|
|
@ -40,7 +38,7 @@ super + ctrl + {h,j,k,l}
|
|||
bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}
|
||||
|
||||
# Change focus & move focus window
|
||||
super + {_,shift + }{h,j,k,l}
|
||||
super + {_,shift + } {h,j,k,l}
|
||||
bspc node -{f,s} {west,south,north,east}
|
||||
|
||||
# Preselect the direction
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue