This commit is contained in:
Lilith 2024-06-16 11:53:15 +02:00
parent aea798d119
commit a9c05e5041
Signed by: lilith
GPG key ID: 8712A0F317C37175
5 changed files with 28 additions and 19 deletions

View file

@ -29,7 +29,7 @@
exec-once = [
"hyprlock"
"ssh-agent"
"ags"
"[workspace special:keepass silent] keepassxc"
];
@ -116,10 +116,12 @@
"$mainMod, backspace, exec, hyprlock"
"$mainMod, E, exec, $fileManager"
"$mainMod, A, togglefloating,"
"$mainMod, R, exec, rofi -show drun"
"$mainMod, R, exec, ags -t launcher"
"$mainMod, D, pseudo,"
"$mainMod, S, togglesplit,"
"$mainMod, Tab, exec, ags -t overview"
"$mainMod, P, togglespecialworkspace, keepass"
"$mainMod, P, exec, if (( $(pgrep keepassxc -c) < 2 )); then keepassxc; fi"
@ -169,6 +171,7 @@
", XF86AudioRaiseVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%+"
", XF86AudioLowerVolume, exec, wpctl set-volume -l 1.5 @DEFAULT_AUDIO_SINK@ 5%-"
", XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle"
", XF86PowerOff, exec, ags -t powermenu"
];
};
};