mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2024-11-15 05:13:10 +01:00
added swappy
This commit is contained in:
parent
1dbdbebe7a
commit
799a70d5ea
|
@ -11,6 +11,7 @@
|
||||||
wl-clipboard
|
wl-clipboard
|
||||||
grim
|
grim
|
||||||
slurp
|
slurp
|
||||||
|
swappy
|
||||||
font-awesome
|
font-awesome
|
||||||
hyprpaper.packages.x86_64-linux.default
|
hyprpaper.packages.x86_64-linux.default
|
||||||
swaylock-effects
|
swaylock-effects
|
||||||
|
@ -72,6 +73,11 @@
|
||||||
background-color: #${config.colorScheme.colors.base03};
|
background-color: #${config.colorScheme.colors.base03};
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
"swappy/config".text = ''
|
||||||
|
[Default]
|
||||||
|
save_dir = ~/Pictures/Screenshots/
|
||||||
|
early_exit = true
|
||||||
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.mako = {
|
programs.mako = {
|
||||||
|
|
|
@ -139,7 +139,7 @@ bindm = $mainMod, mouse:273, resizewindow
|
||||||
|
|
||||||
# All the fancy XF86 Keys
|
# All the fancy XF86 Keys
|
||||||
bind = ,Print, exec, grim -g "$(slurp)" - | wl-copy -t image/png
|
bind = ,Print, exec, grim -g "$(slurp)" - | wl-copy -t image/png
|
||||||
bind = SHIFT, Print, exec, grim -g "$(slurp)"
|
bind = ,XF86Launch2, exec, grim -g "$(slurp)" - | swappy -f -
|
||||||
bind = ,XF86MonBrightnessUp, exec, light -A 10
|
bind = ,XF86MonBrightnessUp, exec, light -A 10
|
||||||
bind = ,XF86MonBrightnessDown, exec, light -U 10
|
bind = ,XF86MonBrightnessDown, exec, light -U 10
|
||||||
bind = ,XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
|
bind = ,XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||||
|
|
Loading…
Reference in a new issue