dotfiles/config/berry/autostart (view raw)
| 1 | #!/bin/bash |
| 2 | sxhkd -c ~/.config/berry/sxhkdrc & |
| 3 | picom -b & |
| 4 | /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 & |
| 5 | setxkbmap "us,ru,ua" ",winkeys" "grp:alt_shift_toggle" -option "ctrl:nocaps" & |
| 6 | ~/.config/berry/polybar/bar.sh & |
| 7 | nitrogen --restore & |
| 8 | |
| 9 | berryc border_width 1 |
| 10 | berryc inner_border_width 1 |
| 11 | berryc title_height 0 |
| 12 | berryc top_gap 0 |
| 13 | |
| 14 | berryc focus_color 073642 |
| 15 | berryc unfocus_color 002b36 |
| 16 | berryc inner_focus_color 268bd2 |
| 17 | berryc inner_unfocus_color 002b36 |
| 18 | berryc text_focus_color ffffff |
| 19 | berryc text_unfocus_color efefef |
| 20 | |
| 21 | berryc smart_place "true" |
| 22 | berryc draw_text "true" |
| 23 | berryc edge_lock "true" |
| 24 | berryc set_font "Jetbrains Mono" |