home-manager/gui: Add shortcut to capture whole desktop
This commit is contained in:
parent
9d30d76b18
commit
ca7b6fcd81
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user