some hotkey modifications for bspwm
This commit is contained in:
parent
eaff767e63
commit
ffe2dcc8c7
2 changed files with 21 additions and 17 deletions
|
@ -1,4 +1,5 @@
|
||||||
wallpaper="${HOME}/Pictures/wallpaper.png"
|
wallpaper="${HOME}/Pictures/wallpaper.png"
|
||||||
[[ -r "$wallpaper" ]] && feh --bg-center "$wallpaper"
|
[[ -r "$wallpaper" ]] && feh --bg-center "$wallpaper"
|
||||||
|
setxkbmap -layout us,ru -variant altgr-intl,typewriter -option ctrl:nocaps,grp:win_space_toggle,grp_led:scroll,compose:menu
|
||||||
xfce4-panel &
|
xfce4-panel &
|
||||||
nm-applet &
|
nm-applet &
|
||||||
|
|
|
@ -2,22 +2,25 @@
|
||||||
# bspwm hotkeys
|
# bspwm hotkeys
|
||||||
#
|
#
|
||||||
|
|
||||||
super + {_,shift + } w
|
super + control + c
|
||||||
bspc window {-c,-k}
|
bspc window -c
|
||||||
|
|
||||||
super + q
|
super + control + k
|
||||||
|
bspc window -k
|
||||||
|
|
||||||
|
alt + Return
|
||||||
bspc window -t fullscreen
|
bspc window -t fullscreen
|
||||||
|
|
||||||
super + {j,k}
|
super + {j,k}
|
||||||
bspc window -f {next,prev}
|
bspc window -f {next,prev}
|
||||||
|
|
||||||
control + {j,l}
|
super + shift + {j,l}
|
||||||
bspc window -e {down,right} +32
|
bspc window -e {down,right} +32
|
||||||
|
|
||||||
control + {k,h}
|
super + shift + {k,h}
|
||||||
bspc window -e {down,right} -32
|
bspc window -e {down,right} -32
|
||||||
|
|
||||||
super + space
|
super + Tab
|
||||||
bspc window -t floating
|
bspc window -t floating
|
||||||
|
|
||||||
super + Return
|
super + Return
|
||||||
|
@ -30,15 +33,15 @@ super + shift + {1-9}
|
||||||
bspc window -d {1-9}
|
bspc window -d {1-9}
|
||||||
|
|
||||||
super + t
|
super + t
|
||||||
/home/von/.config/bspwm/bsptl
|
bspc desktop -R 90
|
||||||
|
|
||||||
|
super + m
|
||||||
|
bspc desktop -l next
|
||||||
|
|
||||||
super + f
|
super + f
|
||||||
/home/von/.config/bspwm/bsptf
|
/home/von/.config/bspwm/bsptf
|
||||||
|
|
||||||
control + bracketright
|
~button{1-3}
|
||||||
bspc desktop -R 90
|
|
||||||
|
|
||||||
~button1
|
|
||||||
bspc pointer -g focus
|
bspc pointer -g focus
|
||||||
|
|
||||||
super + button{1-3}
|
super + button{1-3}
|
||||||
|
@ -57,16 +60,16 @@ super + {r,u}
|
||||||
/home/von/.config/bspwm/bspmenu_{run,url}
|
/home/von/.config/bspwm/bspmenu_{run,url}
|
||||||
|
|
||||||
super + z
|
super + z
|
||||||
i3lock-extra -m pixelize ~/pics/lock.png
|
bash -c "until i3lock -entc 661111 -i /home/von/Pictures/wallpaper.png; do :; done"
|
||||||
|
|
||||||
Print
|
Print
|
||||||
snap -f
|
xfce4-screenshooter
|
||||||
|
|
||||||
super + b
|
alt + shift + F12
|
||||||
chameleon pics/wallpapers
|
/home/von/vscripts/compton_toggle
|
||||||
|
|
||||||
super + {Left,Up,Right,Down}
|
super + {Left,Up,Right,Down}
|
||||||
bspc window --presel {left,up,right,down}
|
bspc window --presel {left,up,right,down}
|
||||||
|
|
||||||
super + c
|
super + o
|
||||||
win-hd-center 1280x720
|
bspc monitor -f {right,left}
|
||||||
|
|
Loading…
Reference in a new issue