mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update kitty font, starship config, sxhkd
This commit is contained in:
parent
e268665220
commit
72c267b784
9 changed files with 45 additions and 67 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue