feat: add scratchpad to i3 config
This commit is contained in:
parent
654be8877d
commit
a70fd22cbe
1 changed files with 3 additions and 3 deletions
|
|
@ -182,9 +182,9 @@ in
|
|||
"${modifier}+r" = ''mode "${resizeMode}"'';
|
||||
"${modifier}+Escape" = ''mode "${powerManagementMode}"'';
|
||||
"${modifier}+Shift+Escape" = ''mode "${miscellaneousMode}"'';
|
||||
# workspace
|
||||
# "${modifier}+Shift+minus" = "move scratchpad";
|
||||
# "${modifier}+minus" = "scratchpad show";
|
||||
# scratchpad
|
||||
"${modifier}+Shift+grave" = "move scratchpad";
|
||||
"${modifier}+grave" = "scratchpad show";
|
||||
# media
|
||||
"XF86AudioRaiseVolume" =
|
||||
"exec --no-startup-id ${pactl} set-sink-volume @DEFAULT_SINK@ +1% && ${refresh_i3status}";
|
||||
|
|
|
|||
Loading…
Reference in a new issue