home-manager/gui: Add shortcut to capture whole desktop

This commit is contained in:
Jack O'Sullivan 2023-11-15 16:26:21 +00:00
parent 9d30d76b18
commit ca7b6fcd81

View File

@ -166,7 +166,7 @@ in
"${mod}+Shift+x" = "exec rofi -show drun";
"${mod}+q" = "kill";
"${mod}+Shift+q" = "exec swaynag -t warning -m 'bruh you really wanna kill sway?' -b 'ye' 'systemctl --user stop graphical-session.target && swaymsg exit'";
# "${mod}+Shift+s" = "exec flameshot gui";
"${mod}+Shift+d" = ''exec grim - | swappy -f -'';
"${mod}+Shift+s" = ''exec grim -g "$(slurp)" - | swappy -f -'';
"${mod}+Shift+e" = "exec rofi -show emoji";
# Config for this doesn't seem to work :/
@ -220,17 +220,6 @@ in
};
};
flameshot = {
enable = false;
settings = {
General = {
disabledTrayIcon = true;
savePath = "/tmp/screenshots";
savePathFixed = false;
};
};
};
playerctld.enable = true;
spotifyd = {
enable = false;