From 94c4dc812ddf7b4c1a97da74ac3ed4e65018e07d Mon Sep 17 00:00:00 2001 From: Brahmajit Das Date: Sun, 9 Feb 2025 23:31:57 +0530 Subject: sway: add gtk default settings Signed-off-by: Brahmajit Das --- .config/sway/config | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.config/sway/config b/.config/sway/config index 01798ab..b74167d 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -42,6 +42,16 @@ input "type:touchpad" { tap_button_map lrm } +# GTK +set $gnome_schema org.gnome.desktop.interface + +exec_always { + gsettings set $gnome_schema gtk-theme 'Adwaita-Dark' + gsettings set $gnome_schema icon-theme 'Numix-Circle' + gsettings set $gnome_schema font-name 'Cantarell 11' + gsettings set $gnome_schema color-scheme 'prefer-dark' +} + bindsym $mod+z exec swaylock --ignore-empty-password --show-failed-attempts --color 1e1e1e bindsym $mod+f1 exec swaymsg Output eDP-1 toggle -- cgit v1.2.3