Skip to content

Commit

Permalink
new border colors
Browse files Browse the repository at this point in the history
  • Loading branch information
vladnon committed Nov 17, 2024
1 parent 9e74a65 commit f9ea1d7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bspwm/bspwmrc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# Autostarts
sxhkd &
picom -b&
picom -b --config ~/.config/picom/picom.conf&
xsetroot -cursor_name left_ptr &
polybar bar1 &
alacritty -e nvim &
Expand All @@ -26,6 +26,7 @@ bspc config normal_border_color "#1A1B26" # Рамки неактивн
bspc config active_border_color "#414868" # Рамки активных окон - чуть светлее для легкого акцента
bspc config focused_border_color "#7899FA" # Рамки выбранных окон - яркий синий для выделения
bspc config presel_feedback_color "#BB9AF7" # Цвет предпросмотра - нежный фиолетовый, подчёркивающий стиль
bspc config remove_disabled_monitors falsk

bspc config focus_follows_pointer true

Expand Down

0 comments on commit f9ea1d7

Please sign in to comment.