add: bspwm key bindings

This commit is contained in:
Tobias Reisinger 2020-02-18 01:45:57 +01:00
parent 9c0dfb866e
commit 119d0a276c
3 changed files with 7 additions and 6 deletions

View file

@ -3,14 +3,14 @@
# Any items in the `env` entry below will be added as
# environment variables. Some entries may override variables
# set by alacritty itself.
#env:
env:
# TERM variable
#
# This value is used to set the `$TERM` environment variable for
# each instance of Alacritty. If it is not present, alacritty will
# check the local terminfo database and use `alacritty` if it is
# available, otherwise `xterm-256color` is used.
#TERM: xterm-256color
TERM: xterm-256color
window:
# Window dimensions (changes require restart)

View file

@ -81,7 +81,7 @@ super + {t,shift + t,s,f}
bspc node -t {tiled,pseudo_tiled,floating,fullscreen}
# set the node flags
super + ctrl + {m,x,y,z}
super + ctrl + {m,l,period,p}
bspc node -g {marked,locked,sticky,private}
#
@ -93,8 +93,8 @@ super + {_,shift + }{h,j,k,l}
bspc node -{f,s} {west,south,north,east}
# focus the node for the given path jump
super + {p,b,comma,period}
bspc node -f @{parent,brother,first,second}
super + {p,b}
bspc node -f @{parent,brother}
# focus the next/previous node in the current desktop
super + {_,shift + }c

View file

@ -8,6 +8,7 @@ then
gpgconf --launch gpg-agent
fi
[ -x "$(command -v mpd)" ] && mpd
[ -x "$(command -v mpd)" ] && mpd &
[ -x "$(command -v ympd)" ] && ympd --webport 54594 &
[ $SHELL = "/bin/bash" ] && source $HOME/.bashrc