minor sway improvements
This commit is contained in:
parent
2f05125eac
commit
aef3825cde
1 changed files with 5 additions and 2 deletions
|
|
@ -4,7 +4,7 @@ set $menu kickoff
|
||||||
set $lock swaylock
|
set $lock swaylock
|
||||||
|
|
||||||
# scale internal display
|
# scale internal display
|
||||||
output eDP-1 scale 1.75
|
output eDP-1 scale 1.5
|
||||||
|
|
||||||
focus_follows_mouse no
|
focus_follows_mouse no
|
||||||
|
|
||||||
|
|
@ -12,7 +12,6 @@ default_border pixel 2
|
||||||
default_floating_border pixel 2
|
default_floating_border pixel 2
|
||||||
gaps inner 10
|
gaps inner 10
|
||||||
gaps outer 5
|
gaps outer 5
|
||||||
smart_borders on
|
|
||||||
|
|
||||||
exec dbus-update-activation-environment --all
|
exec dbus-update-activation-environment --all
|
||||||
exec eval $(gnome-keyring-daemon --start)
|
exec eval $(gnome-keyring-daemon --start)
|
||||||
|
|
@ -115,3 +114,7 @@ input type:touchpad {
|
||||||
tap enabled
|
tap enabled
|
||||||
natural_scroll enabled
|
natural_scroll enabled
|
||||||
}
|
}
|
||||||
|
# #border #BG #text #indica #child_border
|
||||||
|
client.focused #ca9ee6 #ca9ee6 #ca9ee6 #ea999c #81c8be
|
||||||
|
client.focused_inactive #000000 #000000 #c6d0f5 #ea999c #232634
|
||||||
|
client.unfocused #000000 #000000 #c6d0f5 #ea999c #232634
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue