add: bspwm key bindings
This commit is contained in:
parent
9c0dfb866e
commit
119d0a276c
3 changed files with 7 additions and 6 deletions
|
@ -3,14 +3,14 @@
|
||||||
# Any items in the `env` entry below will be added as
|
# Any items in the `env` entry below will be added as
|
||||||
# environment variables. Some entries may override variables
|
# environment variables. Some entries may override variables
|
||||||
# set by alacritty itself.
|
# set by alacritty itself.
|
||||||
#env:
|
env:
|
||||||
# TERM variable
|
# TERM variable
|
||||||
#
|
#
|
||||||
# This value is used to set the `$TERM` environment variable for
|
# This value is used to set the `$TERM` environment variable for
|
||||||
# each instance of Alacritty. If it is not present, alacritty will
|
# each instance of Alacritty. If it is not present, alacritty will
|
||||||
# check the local terminfo database and use `alacritty` if it is
|
# check the local terminfo database and use `alacritty` if it is
|
||||||
# available, otherwise `xterm-256color` is used.
|
# available, otherwise `xterm-256color` is used.
|
||||||
#TERM: xterm-256color
|
TERM: xterm-256color
|
||||||
|
|
||||||
window:
|
window:
|
||||||
# Window dimensions (changes require restart)
|
# Window dimensions (changes require restart)
|
||||||
|
|
|
@ -81,7 +81,7 @@ super + {t,shift + t,s,f}
|
||||||
bspc node -t {tiled,pseudo_tiled,floating,fullscreen}
|
bspc node -t {tiled,pseudo_tiled,floating,fullscreen}
|
||||||
|
|
||||||
# set the node flags
|
# set the node flags
|
||||||
super + ctrl + {m,x,y,z}
|
super + ctrl + {m,l,period,p}
|
||||||
bspc node -g {marked,locked,sticky,private}
|
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}
|
bspc node -{f,s} {west,south,north,east}
|
||||||
|
|
||||||
# focus the node for the given path jump
|
# focus the node for the given path jump
|
||||||
super + {p,b,comma,period}
|
super + {p,b}
|
||||||
bspc node -f @{parent,brother,first,second}
|
bspc node -f @{parent,brother}
|
||||||
|
|
||||||
# focus the next/previous node in the current desktop
|
# focus the next/previous node in the current desktop
|
||||||
super + {_,shift + }c
|
super + {_,shift + }c
|
||||||
|
|
3
.profile
3
.profile
|
@ -8,6 +8,7 @@ then
|
||||||
gpgconf --launch gpg-agent
|
gpgconf --launch gpg-agent
|
||||||
fi
|
fi
|
||||||
|
|
||||||
[ -x "$(command -v mpd)" ] && mpd
|
[ -x "$(command -v mpd)" ] && mpd &
|
||||||
|
[ -x "$(command -v ympd)" ] && ympd --webport 54594 &
|
||||||
|
|
||||||
[ $SHELL = "/bin/bash" ] && source $HOME/.bashrc
|
[ $SHELL = "/bin/bash" ] && source $HOME/.bashrc
|
||||||
|
|
Loading…
Reference in a new issue