summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--mixins/sway.nix2
-rw-r--r--profiles/graphical.nix16
2 files changed, 9 insertions, 9 deletions
diff --git a/mixins/sway.nix b/mixins/sway.nix
index 42604b3..8917ffe 100644
--- a/mixins/sway.nix
+++ b/mixins/sway.nix
@@ -161,7 +161,7 @@ in {
             "${modifier}+q" = "kill";
             "${modifier}+d" = "exec ${pkgs.dmenu}/bin/dmenu_path | ${menuscript} | xargs swaymsg exec --";
             "${modifier}+Shift+c" = "reload";
-            "${modifier}+Shift+q" = "exec swaynag -t warning -m 'you sure?' -B 'yes' 'swaymsg exit'";
+            "${modifier}+Shift+q" = "exec swaynag -t warning -m 'you sure?' -B 'yes' 'swaymsg exit' -s 'no'";
             "${modifier}+Shift+p" = "exec systemctl poweroff";
             "${modifier}+Shift+s" = "exec systemctl suspend";
             "${modifier}+${left}" = "focus left";
diff --git a/profiles/graphical.nix b/profiles/graphical.nix
index 849634a..8ba6e7f 100644
--- a/profiles/graphical.nix
+++ b/profiles/graphical.nix
@@ -17,14 +17,14 @@
         noto-fonts-cjk
       ];
 
-      gtk = {
-        enable = true;
-        font.name = "Victor Mono SemiBold 12";
-        theme = {
-          name = "SolArc-Dark";
-          package = pkgs.solarc-gtk-theme;
-        };
-      };
+      # gtk = {
+      #   enable = true;
+      #   font.name = "Victor Mono SemiBold 12";
+      #   theme = {
+      #     name = "SolArc-Dark";
+      #     package = pkgs.solarc-gtk-theme;
+      #   };
+      # };
 
       # gtk = {
       #   theme.package = pkgs.gnome.gnome-themes-extra;