diff options
| author | awy <awy@awy.one> | 2025-11-19 20:06:15 +0300 |
|---|---|---|
| committer | awy <awy@awy.one> | 2025-11-19 20:06:15 +0300 |
| commit | 2e0c596259de318a86ce57f82c52cf268099a7de (patch) | |
| tree | 8073ab8445a9dc69367236e63b9e41130d734ec6 /.config/hypr | |
| parent | 790eccde5e3bb6a187a47c34fa905bab064fad71 (diff) | |
| download | hyprdots-2e0c596259de318a86ce57f82c52cf268099a7de.tar.gz | |
yes
Diffstat (limited to '.config/hypr')
| -rw-r--r-- | .config/hypr/hyprland.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/.config/hypr/hyprland.conf b/.config/hypr/hyprland.conf index ffc6002..559d6f6 100644 --- a/.config/hypr/hyprland.conf +++ b/.config/hypr/hyprland.conf @@ -19,15 +19,15 @@ exec-once = portal exec-once = sleep 2 && waybar exec-once = sleep 2 && stmpdup -exec-once = [workspace 9 silent; DP-2] sleep 1 && telegram -exec-once = [workspace 8 silent; DP-2] sleep 1 && $terminal -a neomutt -T neomutt neomutt +# exec-once = [workspace 9 silent; DP-2] sleep 1 && telegram +# exec-once = [workspace 8 silent; DP-2] sleep 1 && $terminal -a neomutt -T neomutt neomutt env = XCURSOR_SIZE,24 env = XCURSOR_THEME,Adwaita env = HYPRCURSOR_SIZE,24 env = HYPRCURSOR_THEME,Adwaita env = GBM_BACKEND,nvidia-drm -env = GTK_THEME,Nordic +env = GTK_THEME,Gruvbox-Yellow-Dark # ecosystem { # enforce_permissions = 1 @@ -45,7 +45,7 @@ general { # col.active_border = rgb(83a598) # col.inactive_border = rgb(595959) col.active_border = rgb(83a598) - col.inactive_border = rgb(282828) + col.inactive_border = rgb(3c3836) resize_on_border = false @@ -278,9 +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 8 silent, class:^(neomutt)$ -windowrulev2 = workspace 9 silent, class:^(nchat)$ -windowrulev2 = workspace 9 silent, 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.* |