Add screenshots

This commit is contained in:
2022-03-18 17:49:04 +00:00
parent 832f0bd0bd
commit 0e9b4de9e0
3 changed files with 8 additions and 2 deletions

View File

@@ -66,8 +66,6 @@
gomuks
gopls
helix
i3lock
i3utils
iosevka
mpv
nerdfonts

View File

@@ -153,6 +153,7 @@ in {
"${mod}+Shift+j" = "exec --no-startup-id i3utils window move next";
"${mod}+p" = "scratchpad show";
"${mod}+Escape" = "exec loginctl lock-session";
"XF86MonBrightnessUp" = "exec xbacklight -inc 10";
@@ -163,6 +164,8 @@ in {
"XF86AudioPrev" = "exec playerctl previous";
"XF86AudioPlay" = "exec playerctl play-pause";
"XF86AudioNext" = "exec playerctl next";
"Mod1+Shift+4" = "exec flameshot gui -s -p ~/Pictures/screenshots";
};
modifier = mod;