diff options
| author | awy <awy@awy.one> | 2025-11-13 23:05:47 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-13 23:05:47 +0300 |
| commit | 2d437c1635641375f71a42635f2a12ce3be2e095 (patch) | |
| tree | ba1bc376c92b6321a5a6e03e407558e30bf9e906 /.config/hypr/hyprland.conf | |
| parent | cef6efc2f285a770f2041be881cb0efc1b040fdb (diff) | |
| download | hyprdots-2d437c1635641375f71a42635f2a12ce3be2e095.tar.gz | |
Diffstat (limited to '.config/hypr/hyprland.conf')
| -rw-r--r-- | .config/hypr/hyprland.conf | 17 |
1 files changed, 13 insertions, 4 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index 5fface9..4e9770c 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -19,6 +19,9 @@ exec-once = portal exec-once = sleep 2 && waybar exec-once = sleep 2 && stmpdup +exec-once = [workspace 9 silent] sleep 1 && telegram +exec-once = [workspace 8 silent] sleep 1 && $terminal -a neomutt -T neomutt neomutt + env = XCURSOR_SIZE,24 env = XCURSOR_THEME,Adwaita env = HYPRCURSOR_SIZE,24 @@ -112,7 +115,7 @@ misc { swallow_regex = ^(footclient)$ # background_color = rgb(1E2326) background_color = rgb(4c566a) - disable_hyprland_qtutils_check = true + disable_hyprland_guiutils_check = true middle_click_paste = false } @@ -163,7 +166,7 @@ bind = $mainMod, V, togglefloating, bind = $mainMod, D, exec, $menu bind = $mainMod, P, exec, rmpc togglepause bind = $mainMod, Grave, exec, bookmarks -bind = $mainMod SHIFT, J, togglesplit, # dwindle +# bind = $mainMod SHIFT, J, togglesplit, # dwindle bind = $mainMod, F, fullscreen, bind = $mainMod SHIFT, Return, swapnext bind = , Print, exec, grim pic-full-$(date '+%y%m%d-%H%M-%S').png @@ -206,6 +209,8 @@ bind = $mainMod SHIFT, Q, exec, sysact bind = $mainMod, L, resizeactive, 100 0 bind = $mainMod, H, resizeactive, -100 0 +bind = $mainMod SHIFT, J, resizeactive, 0 100 +bind = $mainMod SHIFT, K, resizeactive, 0 -100 bind = $mainMod, J, cyclenext, prev bind = $mainMod, K, cyclenext @@ -258,6 +263,9 @@ workspace = 2, monitor:DP-2 workspace = 3, monitor:DP-3 workspace = 4, monitor:DP-3 +workspace = 8, monitor:DP-2 +workspace = 9, monitor:DP-2 + windowrulev2 = float, class:^(steam)$, title:^(Friends List)$ windowrulev2 = float, class:^(steam)$, title:^(Steam - News)$ windowrulev2 = float, class:^(steam)$, title:.* - Chat$ @@ -270,8 +278,9 @@ windowrulev2 = float, class:^(steam)$, title:^(Recordings & Screenshots)$ windowrulev2 = float, class:^(steam)$, title:^(Steam Guard - Computer Authorization Required)$ windowrulev2 = float, title:^(Steam Keyboard)$ -windowrulev2 = workspace 2, class:^(org.telegram.desktop)$ -windowrulev2 = workspace 2, class:^(Element)$ +# windowrulev2 = workspace 8 silent, class:^(neomutt)$ +# windowrulev2 = workspace 9 silent, class:^(nchat)$ +# windowrulev2 = workspace 9 silent, class:^(Element)$ windowrulev2 = float, class:^(org.prismlauncher.PrismLauncher)$, title:Console window for.*Prism Launcher.* |