Update kitty font, starship config, sxhkd

This commit is contained in:
Smirnov Alexander 2021-04-18 17:26:25 +03:00
parent e268665220
commit 72c267b784
9 changed files with 45 additions and 67 deletions

View file

@ -1,4 +1,7 @@
#!/bin/sh
# Smirnov-O <ss2316544@gmail.com>
# BSPWM config file
###== Functions
A() { # AutoStart
if ! pgrep $1
@ -16,6 +19,7 @@ A feh --randomize --bg-scale ~/Pictures/wallp &
A sxhkd -c ~/.config/bspwm/sxhkd &
A picom -b &
~/.config/bspwm/polybar/bar.sh &
xautolock -time 5 -locker "slock" &
###== BSPWM
@ -51,4 +55,4 @@ R '*:ranger' desktop='^5' focus=off follow=off
R discord desktop='^6' focus=on follow=off
R TelegramDesktop desktop='^6' focus=off follow=on
R KeePassXC desktop='^7' focus=on follow=on
R Zathura desktop='^9' focus=on follow=on state=tiled
R Zathura desktop='^9' focus=on follow=on state=tiled

View file

@ -5,20 +5,21 @@
super + {_,shift} Return
{kitty, rofi -show drun}
super + shift + {w, e, f, c, s, t, q}
super + shift + {w, e, f, s, t, q}
{google-chrome-stable, \
kitty --class nvim -e nvim, \
kitty --class ranger -e ranger, \
code, \
nemo, \
.applications/simplenote.appimage, \
.applications/todoist.appimage, \
xkill }
{_,shift,ctrl} Print
{scrot -s, scrot, scrot -u}
{scrot -s, \
scrot, \
scrot -u }
super + {equal, minus, shift+minus}
amixer sset Master {2%+,2%-,toggle}
amixer sset Master {2%+, 2%-, toggle}
super + Escape
.config/rofi/script/powermenu.sh
@ -27,36 +28,20 @@ super + Escape
super + q
bspc node -c
alt + F4
bspc node -c
super + control + r
bspc wm -r \
&& pkill sxhkd \
&& sxhkd -c ~/.config/bspwm/sxhkd
### == BSPWM windows
super + {_,shift + } {h,j,k,l}
bspc node -{f,s} {west,south,north,east}
super + ctrl + {h,j,k,l}
bspc node -z {right -20 0,top 0 20,bottom 0 -20,left 20 0}
### === BSPWM window preselect
super + alt + {h,j,k,l}
bspc node -p {west,south,north,east}
super + alt + {1-9}
bspc node -o 0.{1-9}
super + alt + {space,0}
bspc node -p cancel
## == BSPWM workspace
super + {_,shift + }{1-9}
bspc {desktop -f,node -d} focused:'^{1-9}'
## == BSPWM window layouts
super + shift + {Tab, F11}
bspc node -t {floating,fullscreen}