sawync-client
This commit is contained in:
parent
6ddff5c13b
commit
7813e72971
1 changed files with 99 additions and 96 deletions
|
@ -1,6 +1,7 @@
|
|||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}: let
|
||||
screenshotScript = pkgs.writeShellScript "screenshot.sh" ''
|
||||
|
@ -121,6 +122,8 @@ in {
|
|||
bind = , XF86MonBrightnessDown, exec, ${pkgs.brightnessctl}/bin/brightnessctl s 5%-
|
||||
bind = SUPER, code:60, exec, ${pkgs.brightnessctl}/bin/brightnessctl s +5%
|
||||
bind = SUPER, code:59, exec, ${pkgs.brightnessctl}/bin/brightnessctl s 5%-
|
||||
bind = SUPER SHIFT, t, exec, ${config.services.swaync.package}/bin/swaync-client -t
|
||||
|
||||
|
||||
bind = SUPER SHIFT, q, killactive
|
||||
bind = SUPER SHIFT, f, fullscreen, 0
|
||||
|
|
Loading…
Add table
Reference in a new issue