From cd103868ca4fcd6da02a29ff09f37dc5ad3ad4ae Mon Sep 17 00:00:00 2001 From: tzlil Date: Tue, 16 May 2023 22:09:48 +0300 Subject: gtk is broken, make swaynag exit a little nicer --- mixins/sway.nix | 2 +- profiles/graphical.nix | 16 ++++++++-------- 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; -- cgit 1.4.1