From 50028ad3e9f5c226f30b9c1b6d25fe69fd5f0f45 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Thu, 26 Mar 2026 01:17:21 +0100 Subject: [PATCH 01/17] windowrules fixed --- modules/binds.conf | 6 ++--- modules/executes.conf | 21 ++++++++-------- modules/windowrules.conf | 54 ++++++++++++++++++++++++++++++++-------- 3 files changed, 56 insertions(+), 25 deletions(-) diff --git a/modules/binds.conf b/modules/binds.conf index 366b179..8863634 100644 --- a/modules/binds.conf +++ b/modules/binds.conf @@ -1,13 +1,13 @@ bindm = SUPER,mouse:272,movewindow bindm = SUPER,mouse:273,resizewindow -bind = SUPER,RETURN,exec, uwsm app -S out -- foot +bind = SUPER,RETURN,exec, foot bind = SUPER,Q,killactive bind = SUPER,M,exit -bind = SUPER,E,exec, uwsm app -S out -- thunar +bind = SUPER,E,exec, thunar bind = SUPER,S,togglefloating bind = SUPER,P,pseudo -bind = SUPER,B,exec, uwsm app -S out -- librewolf +bind = SUPER,B,exec, librewolf bind = SUPER,H,movefocus,l bind = SUPER,L,movefocus,r diff --git a/modules/executes.conf b/modules/executes.conf index 6933513..ebdd4e5 100644 --- a/modules/executes.conf +++ b/modules/executes.conf @@ -1,13 +1,12 @@ exec-once = dispwin -d 1 color_profiles/1440p\ monitor.icm -exec-once = uwsm app -S out -- zshell -exec-once = uwsm app -S out -- AyuGram -exec-once = uwsm app -S out -- teams-for-linux -exec-once = uwsm app -S out -- vesktop -exec-once = uwsm app -S out -- steam -silent -exec-once = uwsm app -S out -- thunderbird -exec-once = uwsm app -S out -- fcitx5 -exec-once = uwsm app -S out -- wl-paste --type text --watch cliphist store -exec-once = uwsm app -S out -- wl-paste --type image --watch cliphist store -exec-once = uwsm app -S out -- nextcloud --background +exec-once = zshell +exec-once = AyuGram +exec-once = teams-for-linux +exec-once = vesktop +exec-once = steam -silent +exec-once = thunderbird +exec-once = fcitx5 +exec-once = wl-paste --type text --watch cliphist store +exec-once = wl-paste --type image --watch cliphist store +exec-once = nextcloud --background exec-once = hyprsunset -i -exec-once = systemctl --user start hyprpolkitagent.service diff --git a/modules/windowrules.conf b/modules/windowrules.conf index 56c9e8c..8aa1ec0 100644 --- a/modules/windowrules.conf +++ b/modules/windowrules.conf @@ -1,12 +1,44 @@ -windowrule = opacity 0.0 override, class:^(xwaylandvideobridge)$ -windowrule = noanim, class:^(xwaylandvideobridge)$ -windowrule = noinitialfocus, class:^(xwaylandvideobridge)$ -windowrule = maxsize 1 1, class:^(xwaylandvideobridge)$ -windowrule = noblur, class:^(xwaylandvideobridge)$ -windowrule = nofocus, class:^(xwaylandvideobridge)$ +windowrule { + name = windowrule-1 + opacity = 0.0 override + no_anim = on + no_initial_focus = on + max_size = 1 1 + no_blur = on + no_focus = on + match:class = ^(xwaylandvideobridge)$ +} + + +windowrule { + name = windowrule-2 + idle_inhibit = fullscreen + match:class = .* +} + +windowrule { + name = windowrule-3 + idle_inhibit = always + match:content = video +} + +windowrule { + name = windowrule-4 + idle_inhibit = always + match:content = game +} + +windowrule { + name = windowrule-5 + idle_inhibit = always + match:fullscreen_state_internal = client + match:fullscreen_state_client = 2 +} + +windowrule { + name = windowrule-6 + idle_inhibit = always + match:fullscreen_state_internal = internal + match:fullscreen_state_client = 2 +} -windowrulev2 = idleinhibit fullscreen, class:.* -windowrule = idleinhibit always, content:video -windowrule = idleinhibit always, content:game -windowrule = idleinhibit always, fullscreenstate:client 2 -windowrule = idleinhibit always, fullscreenstate:internal 2 From 618de10bc80cd17a2d08ca411a4df1b55ba9cc97 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Fri, 3 Apr 2026 00:18:16 +0200 Subject: [PATCH 02/17] added env --- hyprland.conf | 1 + modules/binds.conf | 2 +- modules/env.conf | 30 ++++++++++++++++++++++++++++++ modules/executes.conf | 2 -- modules/monitors.conf | 2 ++ 5 files changed, 34 insertions(+), 3 deletions(-) create mode 100644 modules/env.conf diff --git a/hyprland.conf b/hyprland.conf index 89c1aa8..840e1d3 100644 --- a/hyprland.conf +++ b/hyprland.conf @@ -1,3 +1,4 @@ +source = ./modules/env.conf source = ./modules/macchiato.conf source = ./modules/settings.conf source = ./modules/binds.conf diff --git a/modules/binds.conf b/modules/binds.conf index 8863634..f050a49 100644 --- a/modules/binds.conf +++ b/modules/binds.conf @@ -7,7 +7,7 @@ bind = SUPER,M,exit bind = SUPER,E,exec, thunar bind = SUPER,S,togglefloating bind = SUPER,P,pseudo -bind = SUPER,B,exec, librewolf +bind = SUPER,B,exec, firefox bind = SUPER,H,movefocus,l bind = SUPER,L,movefocus,r diff --git a/modules/env.conf b/modules/env.conf new file mode 100644 index 0000000..ca79d8d --- /dev/null +++ b/modules/env.conf @@ -0,0 +1,30 @@ +env=SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt +env=BROWSER=firefox +env=TERM=tmux-256color +env=VISUAL=nvim +env=EDITOR=nvim + +env=HYPRCURSOR_THEME=catppuccin-cursors.macchiatoLight +env=HYPRCURSOR_SIZE=24 +env=XCURSOR_THEME=catppuccin-cursor.macchiatoLight +env=XCURSOR_SIZE=24 + +env=QT_QPA_PLATFORMTHEME=qt6cenv = ELECTRON_OZONE_PLATFORM_HINT,auto +env=QT_AUTO_SCREEN_SCALE_FACTOR=1 +env=QT_QPA_PLATFORM=wayland +env=QT_WAYLAND_DISABLE_WINDOWDECORATION=1 + +env=XDG_SESSION_DESKTOP=Hyprland +env=XDG_SESSION_TYPE=wayland +env=CLUTTER_BACKEND=wayland +env=GDK_BACKEND=wayland,x11,* +env=SDL_VIDEODRIVER=wayland,x11 + +env=XDG_CONFIG_HOME=$HOME/.config +env=XDG_CACHE_HOME=$HOME/.cache +env=XDG_DATA_HOME=$HOME/.local/share +env=XDG_PICTRES_HOME=$HOME/Pictures +env=HYPRSHOT_DIR=$HOME/Pictures/Screenshots + +env=RUSTICL_ENABLE=radeonsi +env=AMD_VULKAN_ICD=RADV diff --git a/modules/executes.conf b/modules/executes.conf index ebdd4e5..3771e39 100644 --- a/modules/executes.conf +++ b/modules/executes.conf @@ -1,10 +1,8 @@ -exec-once = dispwin -d 1 color_profiles/1440p\ monitor.icm exec-once = zshell exec-once = AyuGram exec-once = teams-for-linux exec-once = vesktop exec-once = steam -silent -exec-once = thunderbird exec-once = fcitx5 exec-once = wl-paste --type text --watch cliphist store exec-once = wl-paste --type image --watch cliphist store diff --git a/modules/monitors.conf b/modules/monitors.conf index 37b8b79..fec1545 100644 --- a/modules/monitors.conf +++ b/modules/monitors.conf @@ -1,6 +1,8 @@ monitor= DP-2, 2560x1440@240, 1728x0, 1, bitdepth, 10, cm, srgb monitor = DP-3, 3840x2160@60, 0x0, 1.25, bitdepth, 10, transform, 1 +#monitor = DP-3, 3840x2160@60, 0x0, 1.25, bitdepth, 10, transform, 1, icc, ~/color_profiles/1440p\ monitor.icm + render { cm_auto_hdr = 0 cm_fs_passthrough = 1 From c27bf42014c897b579079b21c6aef77e1b30cd55 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Fri, 3 Apr 2026 01:01:44 +0200 Subject: [PATCH 03/17] new nev --- modules/env.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/env.conf b/modules/env.conf index ca79d8d..fa91967 100644 --- a/modules/env.conf +++ b/modules/env.conf @@ -12,6 +12,7 @@ env=XCURSOR_SIZE=24 env=QT_QPA_PLATFORMTHEME=qt6cenv = ELECTRON_OZONE_PLATFORM_HINT,auto env=QT_AUTO_SCREEN_SCALE_FACTOR=1 env=QT_QPA_PLATFORM=wayland +env=QT_QPA_PLATFORMTHEME=qt6ct env=QT_WAYLAND_DISABLE_WINDOWDECORATION=1 env=XDG_SESSION_DESKTOP=Hyprland From b1f7511dcae537bdc57fde0ce409f04214ab43ca Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Fri, 3 Apr 2026 01:15:03 +0200 Subject: [PATCH 04/17] yep --- modules/settings.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/settings.conf b/modules/settings.conf index bdeba47..d7d5bc1 100644 --- a/modules/settings.conf +++ b/modules/settings.conf @@ -1,6 +1,6 @@ input { kb_layout = us - kb_variant = + kb_variant = intl kb_model = kb_options = fkeys:basic_13-24 kb_rules = From ff89da68397bb843cbe6fe9e8a9bdf8a6ead53ec Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Fri, 3 Apr 2026 01:34:34 +0200 Subject: [PATCH 05/17] removal uwsm in binds --- modules/binds.conf | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/modules/binds.conf b/modules/binds.conf index f050a49..d9b6f2b 100644 --- a/modules/binds.conf +++ b/modules/binds.conf @@ -45,19 +45,19 @@ bind = SUPER,tab,changegroupactive bind = SUPER, F,fullscreen bind = SUPER, D, exec, fuzzel --launch-prefix="uwsm app -- " -bindel = , XF86AudioRaiseVolume, exec, uwsm-app -S out -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ -bindel = , XF86AudioLowerVolume, exec, uwsm-app -S out -- wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- -bindel = , XF86AudioMute, exec, uwsm-app -S out -- wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle -bindel = , F14, exec, uwsm-app -S out -- wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle -bindel = , F15, exec, uwsm-app -S out -- wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle -bindel = , F17, exec, uwsm-app -S out -- wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%+ -bindel = , F16, exec, uwsm-app -S out -- wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%- +bindel = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ +bindel = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- +bindel = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle +bindel = , F14, exec, wpctl set-mute @DEFAULT_AUDIO_SOURCE@ toggle +bindel = , F15, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle +bindel = , F17, exec, wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%+ +bindel = , F16, exec, wpctl set-volume @DEFAULT_AUDIO_SOURCE@ 5%- -bindl = , XF86AudioPlay, exec, uwsm-app -S out -- playerctl play-pause -bindl = , XF86AudioPrev, exec, uwsm-app -S out -- playerctl previous -bindl = , XF86AudioNext, exec, uwsm-app -S out -- playerctl next +bindl = , XF86AudioPlay, exec, playerctl play-pause +bindl = , XF86AudioPrev, exec, playerctl previous +bindl = , XF86AudioNext, exec, playerctl next -bind = , PRINT, exec, uwsm-app -S out -- hyprshot -m region -z +bind = , PRINT, exec, hyprshot -m region -z # zshell bind = SUPER, R, global, zshell:toggle-launcher From 82cb3222ded5476ede1a54298caf75d3d8ba329d Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Fri, 3 Apr 2026 01:36:00 +0200 Subject: [PATCH 06/17] removal uwsm in binds --- modules/binds.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/binds.conf b/modules/binds.conf index d9b6f2b..842aaea 100644 --- a/modules/binds.conf +++ b/modules/binds.conf @@ -44,7 +44,7 @@ bind = SUPER,g,togglegroup bind = SUPER,tab,changegroupactive bind = SUPER, F,fullscreen -bind = SUPER, D, exec, fuzzel --launch-prefix="uwsm app -- " +bind = SUPER, D, exec, fuzzel bindel = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ bindel = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- bindel = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle From 2a82fdb7675a19902793d7a56e8373367203a847 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Fri, 3 Apr 2026 20:59:54 +0200 Subject: [PATCH 07/17] incremental changes --- modules/env.conf | 50 +++++++++++++++++++++---------------------- modules/executes.conf | 6 +++--- 2 files changed, 27 insertions(+), 29 deletions(-) diff --git a/modules/env.conf b/modules/env.conf index fa91967..a446c36 100644 --- a/modules/env.conf +++ b/modules/env.conf @@ -1,31 +1,29 @@ -env=SSL_CERT_FILE=/etc/ssl/certs/ca-certificates.crt -env=BROWSER=firefox -env=TERM=tmux-256color -env=VISUAL=nvim -env=EDITOR=nvim +env = ZSH,/usr/share/oh-my-zsh/ +env = BROWSER,firefox +env = TERM,tmux-256color +env = VISUAL,nvim +env = EDITOR,nvim -env=HYPRCURSOR_THEME=catppuccin-cursors.macchiatoLight -env=HYPRCURSOR_SIZE=24 -env=XCURSOR_THEME=catppuccin-cursor.macchiatoLight -env=XCURSOR_SIZE=24 +env = HYPRCURSOR_THEME,catppuccin-cursors.macchiatoLight +env = HYPRCURSOR_SIZE,24 -env=QT_QPA_PLATFORMTHEME=qt6cenv = ELECTRON_OZONE_PLATFORM_HINT,auto -env=QT_AUTO_SCREEN_SCALE_FACTOR=1 -env=QT_QPA_PLATFORM=wayland -env=QT_QPA_PLATFORMTHEME=qt6ct -env=QT_WAYLAND_DISABLE_WINDOWDECORATION=1 +ent = ELECTRON_OZONE_PLATFORM_HINT,auto +env = QT_AUTO_SCREEN_SCALE_FACTOR,1 +env = QT_QPA_PLATFORM,wayland +env = QT_QPA_PLATFORMTHEME,qt6ct +env = QT_WAYLAND_DISABLE_WINDOWDECORATION,1 -env=XDG_SESSION_DESKTOP=Hyprland -env=XDG_SESSION_TYPE=wayland -env=CLUTTER_BACKEND=wayland -env=GDK_BACKEND=wayland,x11,* -env=SDL_VIDEODRIVER=wayland,x11 +env = XDG_SESSION_DESKTOP,Hyprland +env = XDG_SESSION_TYPE,wayland +env = CLUTTER_BACKEND,wayland +env = GDK_BACKEND,wayland +env = SDL_VIDEODRIVER,wayland -env=XDG_CONFIG_HOME=$HOME/.config -env=XDG_CACHE_HOME=$HOME/.cache -env=XDG_DATA_HOME=$HOME/.local/share -env=XDG_PICTRES_HOME=$HOME/Pictures -env=HYPRSHOT_DIR=$HOME/Pictures/Screenshots +env = XDG_CONFIG_HOME,$HOME/.config +env = XDG_CACHE_HOME,$HOME/.cache +env = XDG_DATA_HOME,$HOME/.local/share +env = XDG_PICTRES_HOME,$HOME/Pictures +env = HYPRSHOT_DIR,$HOME/Pictures/Screenshots -env=RUSTICL_ENABLE=radeonsi -env=AMD_VULKAN_ICD=RADV +env = RUSTICL_ENABLE,radeonsi +env = AMD_VULKAN_ICD,RADV diff --git a/modules/executes.conf b/modules/executes.conf index 3771e39..eff5c41 100644 --- a/modules/executes.conf +++ b/modules/executes.conf @@ -1,6 +1,6 @@ -exec-once = zshell -exec-once = AyuGram -exec-once = teams-for-linux +exec-once = qs -c /usr/etc/xdg/quickshell/zshell +exec-once = telegram-desktop +exec-once = /opt/teams-for-linux/teams-for-linux exec-once = vesktop exec-once = steam -silent exec-once = fcitx5 From b6d87e119edd76f9546cc38476eb7cd459e8fdc2 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Fri, 3 Apr 2026 22:03:58 +0200 Subject: [PATCH 08/17] incremental changes --- modules/env.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/env.conf b/modules/env.conf index a446c36..f9da5cb 100644 --- a/modules/env.conf +++ b/modules/env.conf @@ -4,7 +4,7 @@ env = TERM,tmux-256color env = VISUAL,nvim env = EDITOR,nvim -env = HYPRCURSOR_THEME,catppuccin-cursors.macchiatoLight +env = HYPRCURSOR_THEME,catppuccin-macchiato-light-cursors env = HYPRCURSOR_SIZE,24 ent = ELECTRON_OZONE_PLATFORM_HINT,auto From 008717e40585fc9a953414d2e2fd8315bcc1f39e Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Fri, 3 Apr 2026 22:11:27 +0200 Subject: [PATCH 09/17] executes --- modules/executes.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/executes.conf b/modules/executes.conf index eff5c41..7b3336c 100644 --- a/modules/executes.conf +++ b/modules/executes.conf @@ -1,5 +1,5 @@ exec-once = qs -c /usr/etc/xdg/quickshell/zshell -exec-once = telegram-desktop +exec-once = /bin/AyuGram exec-once = /opt/teams-for-linux/teams-for-linux exec-once = vesktop exec-once = steam -silent From 7e3cf6797a3c23a756fdc1524e294b1421bf93c4 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Fri, 3 Apr 2026 23:28:12 +0200 Subject: [PATCH 10/17] settings --- modules/settings.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/settings.conf b/modules/settings.conf index d7d5bc1..6a55590 100644 --- a/modules/settings.conf +++ b/modules/settings.conf @@ -59,6 +59,7 @@ dwindle { } ecosystem { + no_donation_nag = true no_update_news = true } From de18797bfa51e8fb3275d9707c06b282b94c0745 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Sun, 5 Apr 2026 14:57:09 +0200 Subject: [PATCH 11/17] blur cuz cool --- modules/binds.conf | 7 ++++--- modules/monitors.conf | 2 +- modules/settings.conf | 8 ++++++++ 3 files changed, 13 insertions(+), 4 deletions(-) diff --git a/modules/binds.conf b/modules/binds.conf index 842aaea..128d240 100644 --- a/modules/binds.conf +++ b/modules/binds.conf @@ -44,7 +44,7 @@ bind = SUPER,g,togglegroup bind = SUPER,tab,changegroupactive bind = SUPER, F,fullscreen -bind = SUPER, D, exec, fuzzel +bind = SUPER, R, exec, fuzzel bindel = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ bindel = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- bindel = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle @@ -57,10 +57,11 @@ bindl = , XF86AudioPlay, exec, playerctl play-pause bindl = , XF86AudioPrev, exec, playerctl previous bindl = , XF86AudioNext, exec, playerctl next -bind = , PRINT, exec, hyprshot -m region -z +# bind = , PRINT, exec, hyprshot -m region -z # zshell -bind = SUPER, R, global, zshell:toggle-launcher +bind = , PRINT, global, zshell:screenshotFreeze +bind = SUPER, D, global, zshell:toggle-launcher bind = SUPER, A, global, zshell:toggle-nc bind = SUPER, V, global, zshell:toggle-drawing bind = SUPER, F1, global, zshell:lock diff --git a/modules/monitors.conf b/modules/monitors.conf index fec1545..b29a890 100644 --- a/modules/monitors.conf +++ b/modules/monitors.conf @@ -1,7 +1,7 @@ monitor= DP-2, 2560x1440@240, 1728x0, 1, bitdepth, 10, cm, srgb monitor = DP-3, 3840x2160@60, 0x0, 1.25, bitdepth, 10, transform, 1 -#monitor = DP-3, 3840x2160@60, 0x0, 1.25, bitdepth, 10, transform, 1, icc, ~/color_profiles/1440p\ monitor.icm +#monitor = DP-3, 3840x2160@60, 0x0, 1.25, bitdepth, 10, transform, 1, icc, /home/koyomi/.config/colorprofiles/lg4k.icm render { cm_auto_hdr = 0 diff --git a/modules/settings.conf b/modules/settings.conf index 6a55590..52fd6a9 100644 --- a/modules/settings.conf +++ b/modules/settings.conf @@ -44,6 +44,14 @@ decoration { } +layerrule = blur_popups on, match:namespace ZShell-Bar +layerrule = ignore_alpha 0.5, match:namespace ZShell-Bar +layerrule = blur on, match:namespace ZShell-Bar + +layerrule = blur_popups on, match:namespace ZShell-Auth +layerrule = ignore_alpha 0.5, match:namespace ZShell-Auth +layerrule = blur on, match:namespace ZShell-Auth + animations { enabled = 1 bezier = overshot,0.13,0.99,0.29,1.1 From f486733186698929a81771f02bde2e809ece149b Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Sun, 5 Apr 2026 23:39:30 +0200 Subject: [PATCH 12/17] 05/04 --- modules/binds.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/binds.conf b/modules/binds.conf index 128d240..396756c 100644 --- a/modules/binds.conf +++ b/modules/binds.conf @@ -4,7 +4,7 @@ bindm = SUPER,mouse:273,resizewindow bind = SUPER,RETURN,exec, foot bind = SUPER,Q,killactive bind = SUPER,M,exit -bind = SUPER,E,exec, thunar +bind = SUPER,E,exec, dolphin bind = SUPER,S,togglefloating bind = SUPER,P,pseudo bind = SUPER,B,exec, firefox @@ -44,7 +44,7 @@ bind = SUPER,g,togglegroup bind = SUPER,tab,changegroupactive bind = SUPER, F,fullscreen -bind = SUPER, R, exec, fuzzel +bind = SUPER, D, exec, fuzzel bindel = , XF86AudioRaiseVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ bindel = , XF86AudioLowerVolume, exec, wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- bindel = , XF86AudioMute, exec, wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle @@ -61,7 +61,7 @@ bindl = , XF86AudioNext, exec, playerctl next # zshell bind = , PRINT, global, zshell:screenshotFreeze -bind = SUPER, D, global, zshell:toggle-launcher +bind = SUPER, R, global, zshell:toggle-launcher bind = SUPER, A, global, zshell:toggle-nc bind = SUPER, V, global, zshell:toggle-drawing bind = SUPER, F1, global, zshell:lock From e3986402bd55ac65b11b16cf0fc369632ea24cda Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Mon, 6 Apr 2026 21:13:40 +0200 Subject: [PATCH 13/17] 06/04 --- modules/executes.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/executes.conf b/modules/executes.conf index 7b3336c..d0ce5bd 100644 --- a/modules/executes.conf +++ b/modules/executes.conf @@ -1,4 +1,4 @@ -exec-once = qs -c /usr/etc/xdg/quickshell/zshell +exec-once = qs -c zshell exec-once = /bin/AyuGram exec-once = /opt/teams-for-linux/teams-for-linux exec-once = vesktop From 4a431bfe9b54c767804541c0a9a5a0149a569cd3 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Mon, 6 Apr 2026 22:07:09 +0200 Subject: [PATCH 14/17] zshell --- modules/executes.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/executes.conf b/modules/executes.conf index d0ce5bd..151ec56 100644 --- a/modules/executes.conf +++ b/modules/executes.conf @@ -1,4 +1,4 @@ -exec-once = qs -c zshell +exec-once = zshell-cli shell start exec-once = /bin/AyuGram exec-once = /opt/teams-for-linux/teams-for-linux exec-once = vesktop From a144bca41e80fe1fa6cdf1d2935919c16b9be9be Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Tue, 7 Apr 2026 23:42:40 +0200 Subject: [PATCH 15/17] zshell --- modules/binds.conf | 1 + modules/executes.conf | 1 + 2 files changed, 2 insertions(+) diff --git a/modules/binds.conf b/modules/binds.conf index 396756c..49a5fc1 100644 --- a/modules/binds.conf +++ b/modules/binds.conf @@ -65,3 +65,4 @@ bind = SUPER, R, global, zshell:toggle-launcher bind = SUPER, A, global, zshell:toggle-nc bind = SUPER, V, global, zshell:toggle-drawing bind = SUPER, F1, global, zshell:lock +bind = SUPER, F2, global, zshell:toggle-settings diff --git a/modules/executes.conf b/modules/executes.conf index 151ec56..242ece3 100644 --- a/modules/executes.conf +++ b/modules/executes.conf @@ -8,3 +8,4 @@ exec-once = wl-paste --type text --watch cliphist store exec-once = wl-paste --type image --watch cliphist store exec-once = nextcloud --background exec-once = hyprsunset -i +exec-once = nm-applet From 9ab5e171acb60ebafd443c8cb86c09c6a281ccb8 Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Thu, 9 Apr 2026 00:44:47 +0200 Subject: [PATCH 16/17] less launch on boot --- modules/executes.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/executes.conf b/modules/executes.conf index 242ece3..022ca39 100644 --- a/modules/executes.conf +++ b/modules/executes.conf @@ -1,8 +1,4 @@ exec-once = zshell-cli shell start -exec-once = /bin/AyuGram -exec-once = /opt/teams-for-linux/teams-for-linux -exec-once = vesktop -exec-once = steam -silent exec-once = fcitx5 exec-once = wl-paste --type text --watch cliphist store exec-once = wl-paste --type image --watch cliphist store From defaaaed3790fca999816230a98bebec60e297eb Mon Sep 17 00:00:00 2001 From: AramJonghu Date: Thu, 9 Apr 2026 21:09:08 +0200 Subject: [PATCH 17/17] ollama rocm env variables --- modules/env.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/env.conf b/modules/env.conf index f9da5cb..594086f 100644 --- a/modules/env.conf +++ b/modules/env.conf @@ -27,3 +27,6 @@ env = HYPRSHOT_DIR,$HOME/Pictures/Screenshots env = RUSTICL_ENABLE,radeonsi env = AMD_VULKAN_ICD,RADV + +env = HSA_OVERRIDE_GFX_VERSION,12.0.1 +env = HCC_AMDGPU_TARGET,gfx1201