update neovim config to use lazy, fix some issues with screens in general
This commit is contained in:
@@ -169,12 +169,12 @@ mode "resize" {
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
focus_follows_mouse no
|
||||
set_from_resource $FOCUS iw3m.color2
|
||||
set_from_resource $URGENT iw3m.color1
|
||||
set_from_resource $UNFOCUS iw3m.color7
|
||||
#set_from_resource $FOCUS iw3m.color2
|
||||
#set_from_resource $URGENT iw3m.color1
|
||||
#set_from_resource $UNFOCUS iw3m.color7
|
||||
|
||||
client.focused $FOCUS $FOCUS "#FFFFFF" $FOCUS $FOCUS
|
||||
client.urgent $URGENT $URGENT "#FFFFFF" $URGENT $URGENT
|
||||
#client.focused $FOCUS $FOCUS "#FFFFFF" $FOCUS $FOCUS
|
||||
#client.urgent $URGENT $URGENT "#FFFFFF" $URGENT $URGENT
|
||||
|
||||
# default colors
|
||||
client.focused_inactive #333333 #222222 #888888 #292d2e #222222
|
||||
@@ -194,5 +194,7 @@ hide_edge_borders none
|
||||
gaps inner 0
|
||||
gaps outer 0
|
||||
|
||||
exec_always --no-startup-id feh --bg-scale --randomize ~/.wallpapers/
|
||||
# wal -i ~/.wallpapers
|
||||
exec_always --no-startup-id ~/.config/dunst/start.sh
|
||||
exec_always --no-startup-id ~/.config/polybar/launch.sh
|
||||
|
||||
Reference in New Issue
Block a user