Update alacritty, kitty, bspwm, i3wm, vim,tmux configs & sctipts

This commit is contained in:
Smirnov Olexandr 2021-01-24 23:08:44 +02:00
parent 246dc34d13
commit c7da10d076
22 changed files with 256 additions and 282 deletions

View file

@ -1,17 +1,18 @@
# Smirnov-O <ss2316544@gmail.com>
# BSPWM/SXKBD config file
## == USER keys
## == USER Applications
super + Return
alacritty
kitty
super + shift + w
firefox
super + shift + f
alacritty --class="ranger" -e ranger
kitty --class=ranger -e ranger
super + shift + e
alacritty --class="nvim" -e nvim
kitty --class=nvim -e nvim
super + shift + c
vscodium
@ -22,6 +23,18 @@ super + shift + d
super + shift + q
xkill
## == USER volume
super + minus
amixer sset Master 2%-
super + equal
amixer sset Master 2%+
super + shift + minus
amixer sset Master toggle
## == USER Menus
super + shift + Return
rofi -location 2 -show drun
@ -30,7 +43,7 @@ super + Escape
~/.script/dmenu/dmenu-power.sh
super + ctrl + i
passmenu -h 24 -p Passwords
~/.script/dmenu/dmenu-pass.sh
super + ctrl + u
~/.script/dmenu/dmenu-config-edit.sh
@ -44,14 +57,11 @@ super + control + r
bspc wm -r && pkill -USR1 -x sxhkd
## == BSPWM windows
## Resize window
super + ctrl + {h,j,k,l}
bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}
# Resize floating window
#super + shift + {h,j,k,l}
# bspc node -v {-20 0,0 20,0 -20,20 0}
# Change focus & move focus window
super + {_,shift + }{h,j,k,l}
bspc node -{f,s} {west,south,north,east}