Screenshot shortcut
This commit is contained in:
parent
b75fe0a3f1
commit
e909aff9e1
1 changed files with 2 additions and 0 deletions
|
|
@ -9,6 +9,7 @@
|
|||
terminator
|
||||
update-background
|
||||
xorg.xbacklight
|
||||
gnome.gnome-screenshot
|
||||
];
|
||||
services.sxhkd =
|
||||
let
|
||||
|
|
@ -55,6 +56,7 @@
|
|||
"XF86Audio{Next,Play,Prev}" = "playerctl {next,play-pause,previous}";
|
||||
"super + alt + {Right,Down,Left}" = "playerctl {next,play-pause,previous}";
|
||||
"XF86MonBrightness{Up,Down}" = "xbacklight {+,-}10%";
|
||||
"Print" = "gnome-screenshot -i";
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue