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 = {
|
||||
gaps_in = "8";
|
||||
gaps_out = "8";
|
||||
border_size = "2";
|
||||
border_size = "1";
|
||||
resize_on_border = "true";
|
||||
extend_border_grab_area = "15";
|
||||
layout = "dwindle";
|
||||
|
@ -57,7 +57,7 @@
|
|||
key_press_enables_dpms = true;
|
||||
};
|
||||
decoration = {
|
||||
rounding = 5;
|
||||
rounding = 2;
|
||||
active_opacity = 0.8;
|
||||
inactive_opacity = 0.6;
|
||||
fullscreen_opacity = 1.0;
|
||||
|
@ -86,7 +86,7 @@
|
|||
# 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
|
||||
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;
|
||||
windowrule = [
|
||||
|
@ -96,8 +96,8 @@
|
|||
"opacity 1.0 override,^(steam)$" # Sets opacity to 1
|
||||
"noblur,^(codium)$" # disables blur for codium
|
||||
"opacity 0.9 override,^(codium)$" # Sets opacity to 1
|
||||
"stayfocused, title:^()$,class:^(steam)$"
|
||||
"minsize 1 1, title:^()$,class:^(steam)$"
|
||||
# "stayfocused, title:^()$,class:^(steam)$"
|
||||
# "minsize 1 1, title:^()$,class:^(steam)$"
|
||||
|
||||
];
|
||||
bind = [
|
||||
|
@ -107,6 +107,8 @@
|
|||
''SUPER, V, togglefloating,''
|
||||
''SUPER, P, pseudo, # dwindle''
|
||||
''SUPER, J, togglesplit, # dwindle''
|
||||
''SUPER, F, exec, firefox''
|
||||
''SUPER, S, exec, steam''
|
||||
|
||||
# Move focus with mainMod + arrow keys
|
||||
''SUPER_ALT, left, movefocus, l''
|
||||
|
|
Loading…
Reference in a new issue