hyprland/binds: remove cursor from grimblast
This commit is contained in:
parent
3748b6c433
commit
d049c9ce43
1 changed files with 2 additions and 2 deletions
|
@ -14,11 +14,11 @@ in {
|
|||
"$mod, Return, exec, ${run "ghostty"}"
|
||||
"$mod, n, exec, ${run "neovide"}"
|
||||
"$mod, w, exec, ${run "firefox"}"
|
||||
", Print, exec, ${runOnce "grimblast"} --notify --cursor copysave output"
|
||||
", Print, exec, ${runOnce "grimblast"} --notify copysave output"
|
||||
"$mod, q, killactive"
|
||||
"$mod SHIFT, q, exec, loginctl terminate-user ''"
|
||||
"$mod, period, exec, ${toggle "walker -m emojis" false}" # not using uwsm as it already runs as a service
|
||||
"CTRL, Print, exec, ${runOnce "grimblast"} --notify --cursor --freeze copysave area"
|
||||
"CTRL, Print, exec, ${runOnce "grimblast"} --notify --freeze copysave area"
|
||||
|
||||
"$mod, h, movefocus, l"
|
||||
"$mod, j, movefocus, d"
|
||||
|
|
Loading…
Add table
Reference in a new issue