diff options
| author | JaKooLit <jimmielovejay@gmail.com> | 2023-11-05 14:09:06 +0900 |
|---|---|---|
| committer | JaKooLit <jimmielovejay@gmail.com> | 2023-11-05 14:09:06 +0900 |
| commit | e7aefbad57de5b4cf828484ec4d9642b4ab60c1c (patch) | |
| tree | 30a5e7c005dcbf104e578225e81df60746c6e305 | |
| parent | a153022b7d457466db9140c62dc5564f9de7a3af (diff) | |
update
| -rw-r--r-- | config/hypr/configs/Execs.conf | 1 | ||||
| -rw-r--r-- | config/hypr/configs/Settings.conf | 3 | ||||
| -rw-r--r-- | config/hypr/configs/WindowRules.conf | 2 |
3 files changed, 2 insertions, 4 deletions
diff --git a/config/hypr/configs/Execs.conf b/config/hypr/configs/Execs.conf index 8c0c4615..9691e5cf 100644 --- a/config/hypr/configs/Execs.conf +++ b/config/hypr/configs/Execs.conf @@ -16,7 +16,6 @@ exec-once = systemctl --user import-environment WAYLAND_DISPLAY XDG_CURRENT_DESK exec-once = $scriptsDir/Polkit.sh #gnome polkit for nixos -#exec-once = /nix/store/ww65bg045dn4nqcnqprarkfhpzzl30hf-polkit-gnome-0.105/libexec/polkit-gnome-authentication-agent-1 #exec-once = $scriptsDir/Polkit-NixOS.sh # Portal Hyprland diff --git a/config/hypr/configs/Settings.conf b/config/hypr/configs/Settings.conf index 46ac85d1..87fb04dc 100644 --- a/config/hypr/configs/Settings.conf +++ b/config/hypr/configs/Settings.conf @@ -2,7 +2,6 @@ ## JaKooLit Github - https://github.com/JaKooLit # blurls = waybar -blurls = wofi #blurls = rofi dwindle { @@ -135,7 +134,7 @@ misc { enable_swallow = true no_direct_scanout = true #for fullscreen games focus_on_activate = false - swallow_regex = ^(foot)$ + swallow_regex = ^(kitty)$ } binds { diff --git a/config/hypr/configs/WindowRules.conf b/config/hypr/configs/WindowRules.conf index 44a95e40..2bb44a5d 100644 --- a/config/hypr/configs/WindowRules.conf +++ b/config/hypr/configs/WindowRules.conf @@ -7,7 +7,7 @@ windowrule = float, pavucontrol windowrule = float, nwg-look|qt5ct|mpv windowrule = float, onedriver|onedriver-launcher windowrule = float, zoom -windowrule = float, wofi +windowrule = float, rofi windowrule = float, gnome-system-monitor #windowrule = noblur,gamescope |
