mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
Update nvim config, qutebrowser theme
This commit is contained in:
parent
4e2f196e26
commit
e8de9a14cd
18 changed files with 167 additions and 618 deletions
|
|
@ -1,6 +1,4 @@
|
|||
#!/bin/bash
|
||||
killall -q polybar
|
||||
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
|
||||
#polybar -c ~/.config/berry/polybar/polybar top &
|
||||
#polybar -c ~/.config/berry/polybar/polybar bom &
|
||||
polybar -c ~/.config/berry/polybar/polybar bar &
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@ super + control + o
|
|||
|
||||
# ------ Berry ------ #
|
||||
super + control + r
|
||||
pkill -USR1 -x sxhkd ; pkill polybar ; ~/.config/berry/polybar/bar.sh
|
||||
pkill -USR1 -x sxhkd; pkill polybar; ~/.config/berry/polybar/bar.sh
|
||||
super + shift {h, j, k, l}
|
||||
berryc window_move {-50 0, 0 50, 0 -50, 50 0}
|
||||
super + control + {h, j, k, l}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue