do things
This commit is contained in:
parent
b4dfef1d6d
commit
f903d1b45e
11 changed files with 47 additions and 26 deletions
|
@ -112,8 +112,8 @@
|
|||
# "${mod}+Shift+c" = "focus child";
|
||||
# screenshot
|
||||
# "${mod}+w" = "exec window-screenshot.sh";
|
||||
"${mod}+s" = "exec flameshot gui -c -p $HOME/Pictures/screenshots";
|
||||
"${mod}+a" = "exec flameshot screen -c -p $HOME/Pictures/screenshots";
|
||||
"${mod}+s" = "exec gscreenshot -csf $HOME/Pictures/screenshots";
|
||||
"${mod}+a" = "exec gscreenshot -cf $HOME/Pictures/screenshots";
|
||||
# "${mod}+t" = "exec ocr-screenshot.sh";
|
||||
|
||||
# rofi fuckery
|
||||
|
@ -138,7 +138,6 @@
|
|||
"XF86KbdBrightnessUp" = "exec brillo -kA 10.0";
|
||||
"XF86KbdBrightnessDown" = "exec brillo -kU 10.0";
|
||||
};
|
||||
workspaceAutoBackAndForth = true;
|
||||
focus = {
|
||||
wrapping = "yes";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue