hyprland: update config
This commit is contained in:
parent
ef380d98a1
commit
c34124246e
4 changed files with 11 additions and 11 deletions
|
@ -9,6 +9,7 @@ _: {
|
||||||
"$mainMod, R, exec, anyrun"
|
"$mainMod, R, exec, anyrun"
|
||||||
"$mainMod, P, pseudo,"
|
"$mainMod, P, pseudo,"
|
||||||
"$mainMod, J, togglesplit,"
|
"$mainMod, J, togglesplit,"
|
||||||
|
"$mainMod, C, exec, hyprpicker | wl-copy"
|
||||||
"$mainMod, left, movefocus, l"
|
"$mainMod, left, movefocus, l"
|
||||||
"$mainMod, right, movefocus, r"
|
"$mainMod, right, movefocus, r"
|
||||||
"$mainMod, up, movefocus, u"
|
"$mainMod, up, movefocus, u"
|
||||||
|
@ -34,9 +35,6 @@ _: {
|
||||||
"$mainMod SHIFT, 8, movetoworkspace, 8"
|
"$mainMod SHIFT, 8, movetoworkspace, 8"
|
||||||
"$mainMod SHIFT, 9, movetoworkspace, 9"
|
"$mainMod SHIFT, 9, movetoworkspace, 9"
|
||||||
"$mainMod SHIFT, 0, movetoworkspace, 10"
|
"$mainMod SHIFT, 0, movetoworkspace, 10"
|
||||||
|
|
||||||
"$mainMod, mouse_down, workspace, e+1"
|
|
||||||
"$mainMod, mouse_up, workspace, e-1"
|
|
||||||
];
|
];
|
||||||
bindm = [
|
bindm = [
|
||||||
"$mainMod, mouse:272, movewindow"
|
"$mainMod, mouse:272, movewindow"
|
||||||
|
|
|
@ -38,15 +38,16 @@
|
||||||
passes = 3;
|
passes = 3;
|
||||||
new_optimizations = true;
|
new_optimizations = true;
|
||||||
};
|
};
|
||||||
|
shadow = {
|
||||||
|
enabled = true;
|
||||||
|
range = 60;
|
||||||
|
offset = "0 5";
|
||||||
|
render_power = 4;
|
||||||
|
color = "rgba(00000099)";
|
||||||
|
};
|
||||||
inactive_opacity = 1.0;
|
inactive_opacity = 1.0;
|
||||||
active_opacity = 1.0;
|
active_opacity = 1.0;
|
||||||
fullscreen_opacity = 1.0;
|
fullscreen_opacity = 1.0;
|
||||||
|
|
||||||
drop_shadow = true;
|
|
||||||
shadow_range = 60;
|
|
||||||
shadow_offset = "0 5";
|
|
||||||
shadow_render_power = 4;
|
|
||||||
"col.shadow" = "rgba(00000099)";
|
|
||||||
};
|
};
|
||||||
animations = {
|
animations = {
|
||||||
enabled = true;
|
enabled = true;
|
||||||
|
|
|
@ -10,12 +10,13 @@ _: {
|
||||||
"float, title:^(Lutris)$"
|
"float, title:^(Lutris)$"
|
||||||
"float, title:^(satty)$"
|
"float, title:^(satty)$"
|
||||||
"move 850 360, title:^(RuneLite)$"
|
"move 850 360, title:^(RuneLite)$"
|
||||||
"size 830 600, title:^(RuneLite)$"
|
# "size 800 560, title:^(RuneLite)$"
|
||||||
"size 1200 600, title:^(satty)$"
|
"size 1200 600, title:^(satty)$"
|
||||||
"idleinhibit focus, class:^(mpv)$"
|
"idleinhibit focus, class:^(mpv)$"
|
||||||
"idleinhibit always, class:^(firefox)$, title:^(.*YouTube.*|.*Twitch.*)$"
|
"idleinhibit always, class:^(firefox)$, title:^(.*YouTube.*|.*Twitch.*)$"
|
||||||
"idleinhibit always, class:^(OBS Studio)$"
|
"idleinhibit always, class:^(OBS Studio)$"
|
||||||
"idleinhibit always, class:^(Moonlight)$"
|
"idleinhibit always, class:^(Moonlight)$"
|
||||||
|
"idleinhibit always, class:^(VRChat)$"
|
||||||
"idleinhibit fullscreen, class:^(firefox)$"
|
"idleinhibit fullscreen, class:^(firefox)$"
|
||||||
];
|
];
|
||||||
layerrule = [
|
layerrule = [
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
./config/general.nix
|
./config/general.nix
|
||||||
./config/binds.nix
|
./config/binds.nix
|
||||||
./config/rules.nix
|
./config/rules.nix
|
||||||
./config/plugins.nix
|
# ./config/plugins.nix
|
||||||
];
|
];
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
Loading…
Reference in a new issue