Compare commits

...

9 Commits

Author SHA1 Message Date
Aram Markarov 7af1f7b0fc Merge pull request 'no-uwsm-desktop' (#1) from no-uwsm-desktop into master
Reviewed-on: https://git.aramjonghu.nl/AramJonghu/hypr/pulls/1
2026-04-26 00:49:21 +02:00
AramJonghu defaaaed37 ollama rocm env variables 2026-04-09 21:09:08 +02:00
AramJonghu 9ab5e171ac less launch on boot 2026-04-09 00:44:47 +02:00
AramJonghu a144bca41e zshell 2026-04-07 23:42:40 +02:00
AramJonghu 4a431bfe9b zshell 2026-04-06 22:07:09 +02:00
AramJonghu e3986402bd 06/04 2026-04-06 21:13:40 +02:00
AramJonghu f486733186 05/04 2026-04-05 23:39:30 +02:00
AramJonghu de18797bfa blur cuz cool 2026-04-05 14:57:09 +02:00
AramJonghu 7e3cf6797a settings 2026-04-03 23:28:12 +02:00
5 changed files with 19 additions and 8 deletions
+4 -2
View File
@@ -4,7 +4,7 @@ bindm = SUPER,mouse:273,resizewindow
bind = SUPER,RETURN,exec, foot bind = SUPER,RETURN,exec, foot
bind = SUPER,Q,killactive bind = SUPER,Q,killactive
bind = SUPER,M,exit bind = SUPER,M,exit
bind = SUPER,E,exec, thunar bind = SUPER,E,exec, dolphin
bind = SUPER,S,togglefloating bind = SUPER,S,togglefloating
bind = SUPER,P,pseudo bind = SUPER,P,pseudo
bind = SUPER,B,exec, firefox bind = SUPER,B,exec, firefox
@@ -57,10 +57,12 @@ bindl = , XF86AudioPlay, exec, playerctl play-pause
bindl = , XF86AudioPrev, exec, playerctl previous bindl = , XF86AudioPrev, exec, playerctl previous
bindl = , XF86AudioNext, exec, playerctl next bindl = , XF86AudioNext, exec, playerctl next
bind = , PRINT, exec, hyprshot -m region -z # bind = , PRINT, exec, hyprshot -m region -z
# zshell # zshell
bind = , PRINT, global, zshell:screenshotFreeze
bind = SUPER, R, global, zshell:toggle-launcher bind = SUPER, R, global, zshell:toggle-launcher
bind = SUPER, A, global, zshell:toggle-nc bind = SUPER, A, global, zshell:toggle-nc
bind = SUPER, V, global, zshell:toggle-drawing bind = SUPER, V, global, zshell:toggle-drawing
bind = SUPER, F1, global, zshell:lock bind = SUPER, F1, global, zshell:lock
bind = SUPER, F2, global, zshell:toggle-settings
+3
View File
@@ -27,3 +27,6 @@ env = HYPRSHOT_DIR,$HOME/Pictures/Screenshots
env = RUSTICL_ENABLE,radeonsi env = RUSTICL_ENABLE,radeonsi
env = AMD_VULKAN_ICD,RADV env = AMD_VULKAN_ICD,RADV
env = HSA_OVERRIDE_GFX_VERSION,12.0.1
env = HCC_AMDGPU_TARGET,gfx1201
+2 -5
View File
@@ -1,10 +1,7 @@
exec-once = qs -c /usr/etc/xdg/quickshell/zshell 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 = fcitx5
exec-once = wl-paste --type text --watch cliphist store exec-once = wl-paste --type text --watch cliphist store
exec-once = wl-paste --type image --watch cliphist store exec-once = wl-paste --type image --watch cliphist store
exec-once = nextcloud --background exec-once = nextcloud --background
exec-once = hyprsunset -i exec-once = hyprsunset -i
exec-once = nm-applet
+1 -1
View File
@@ -1,7 +1,7 @@
monitor= DP-2, 2560x1440@240, 1728x0, 1, bitdepth, 10, cm, srgb 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
#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 { render {
cm_auto_hdr = 0 cm_auto_hdr = 0
+9
View File
@@ -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 { animations {
enabled = 1 enabled = 1
bezier = overshot,0.13,0.99,0.29,1.1 bezier = overshot,0.13,0.99,0.29,1.1
@@ -59,6 +67,7 @@ dwindle {
} }
ecosystem { ecosystem {
no_donation_nag = true
no_update_news = true no_update_news = true
} }