diff options
Diffstat (limited to 'config/sway')
-rw-r--r-- | config/sway/theme | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/config/sway/theme b/config/sway/theme index bc94718..0a92187 100644 --- a/config/sway/theme +++ b/config/sway/theme @@ -8,4 +8,6 @@ client.focused_inactive #2e3440 #1f222d #888888 #1f222d client.placeholder #2e3440 #1f222d #888888 #1f222d client.urgent #900000 #900000 #ffffff #900000 -seat seat0 xcursor_theme Nordzy-cursors +seat seat0 { + xcursor_theme Nordzy-cursors +} |