Add shortcuts
This commit is contained in:
parent
5ca1f8f15a
commit
421f684610
1 changed files with 7 additions and 5 deletions
|
@ -28,7 +28,7 @@
|
||||||
general = {
|
general = {
|
||||||
gaps_in = "8";
|
gaps_in = "8";
|
||||||
gaps_out = "8";
|
gaps_out = "8";
|
||||||
border_size = "2";
|
border_size = "1";
|
||||||
resize_on_border = "true";
|
resize_on_border = "true";
|
||||||
extend_border_grab_area = "15";
|
extend_border_grab_area = "15";
|
||||||
layout = "dwindle";
|
layout = "dwindle";
|
||||||
|
@ -57,7 +57,7 @@
|
||||||
key_press_enables_dpms = true;
|
key_press_enables_dpms = true;
|
||||||
};
|
};
|
||||||
decoration = {
|
decoration = {
|
||||||
rounding = 5;
|
rounding = 2;
|
||||||
active_opacity = 0.8;
|
active_opacity = 0.8;
|
||||||
inactive_opacity = 0.6;
|
inactive_opacity = 0.6;
|
||||||
fullscreen_opacity = 1.0;
|
fullscreen_opacity = 1.0;
|
||||||
|
@ -86,7 +86,7 @@
|
||||||
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
# See https://wiki.hyprland.org/Configuring/Dwindle-Layout/ for more
|
||||||
pseudotile = true; # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
pseudotile = true; # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
|
||||||
preserve_split = true;# you probably want this
|
preserve_split = true;# you probably want this
|
||||||
no_gaps_when_only = 0; # If it's the only window int he layout, 1=don't show gaps
|
no_gaps_when_only = 1; # If it's the only window int he layout, 1=don't show gaps
|
||||||
};
|
};
|
||||||
master.new_is_master = true;
|
master.new_is_master = true;
|
||||||
windowrule = [
|
windowrule = [
|
||||||
|
@ -96,8 +96,8 @@
|
||||||
"opacity 1.0 override,^(steam)$" # Sets opacity to 1
|
"opacity 1.0 override,^(steam)$" # Sets opacity to 1
|
||||||
"noblur,^(codium)$" # disables blur for codium
|
"noblur,^(codium)$" # disables blur for codium
|
||||||
"opacity 0.9 override,^(codium)$" # Sets opacity to 1
|
"opacity 0.9 override,^(codium)$" # Sets opacity to 1
|
||||||
"stayfocused, title:^()$,class:^(steam)$"
|
# "stayfocused, title:^()$,class:^(steam)$"
|
||||||
"minsize 1 1, title:^()$,class:^(steam)$"
|
# "minsize 1 1, title:^()$,class:^(steam)$"
|
||||||
|
|
||||||
];
|
];
|
||||||
bind = [
|
bind = [
|
||||||
|
@ -107,6 +107,8 @@
|
||||||
''SUPER, V, togglefloating,''
|
''SUPER, V, togglefloating,''
|
||||||
''SUPER, P, pseudo, # dwindle''
|
''SUPER, P, pseudo, # dwindle''
|
||||||
''SUPER, J, togglesplit, # dwindle''
|
''SUPER, J, togglesplit, # dwindle''
|
||||||
|
''SUPER, F, exec, firefox''
|
||||||
|
''SUPER, S, exec, steam''
|
||||||
|
|
||||||
# Move focus with mainMod + arrow keys
|
# Move focus with mainMod + arrow keys
|
||||||
''SUPER_ALT, left, movefocus, l''
|
''SUPER_ALT, left, movefocus, l''
|
||||||
|
|
Loading…
Reference in a new issue