mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-10 01:42:55 +00:00
i3 - remove resize mode
This commit is contained in:
parent
9d6898e0d3
commit
6e72764ff1
@ -185,22 +185,13 @@ in {
|
|||||||
|
|
||||||
# Resizing
|
# Resizing
|
||||||
"${modifier}+r" = ''mode "resize"'';
|
"${modifier}+r" = ''mode "resize"'';
|
||||||
|
"${modifier}+Control+Shift+h" = "resize shrink width 10 px or 10 ppt";
|
||||||
|
"${modifier}+Control+Shift+j" = "resize grow height 10 px or 10 ppt";
|
||||||
|
"${modifier}+Control+Shift+k" =
|
||||||
|
"resize shrink height 10 px or 10 ppt";
|
||||||
|
"${modifier}+Control+Shift+l" = "resize grow width 10 px or 10 ppt";
|
||||||
};
|
};
|
||||||
modes = {
|
modes = { };
|
||||||
resize = {
|
|
||||||
h = "resize shrink width 10 px or 10 ppt";
|
|
||||||
j = "resize grow height 10 px or 10 ppt";
|
|
||||||
k = "resize shrink height 10 px or 10 ppt";
|
|
||||||
l = "resize grow width 10 px or 10 ppt";
|
|
||||||
Left = "resize shrink width 10 px or 10 ppt";
|
|
||||||
Down = "resize grow height 10 px or 10 ppt";
|
|
||||||
Up = "resize shrink height 10 px or 10 ppt";
|
|
||||||
Right = "resize grow width 10 px or 10 ppt";
|
|
||||||
Return = ''mode "default"'';
|
|
||||||
Caps_Lock = ''mode "default"'';
|
|
||||||
"${modifier}+r" = ''mode "default"'';
|
|
||||||
};
|
|
||||||
};
|
|
||||||
startup = [
|
startup = [
|
||||||
{
|
{
|
||||||
command = "feh --bg-fill ${builtins.toString config.gui.wallpaper}";
|
command = "feh --bg-fill ${builtins.toString config.gui.wallpaper}";
|
||||||
|
Loading…
Reference in New Issue
Block a user