From 2e6cc27fc771eb585a02ed66070cb584fcc9e045 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 8 Mar 2025 13:45:29 +0100 Subject: Hyprland: Enable ecosystem.no_update_news --- .config/hypr/hyprland.conf.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/hypr') diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index 586ffd0..b5c08df 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -10,6 +10,10 @@ monitor = , highres, auto, 1 layerrule = noanim, overlay +ecosystem { + no_update_news = yes +} + # Remember to coppy settings to sddm.hyprland.conf input { accel_profile = "adaptive" -- cgit v1.2.3 From 12033bafc808c061ddae44241698dbfb9c5b1f01 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 14 May 2025 21:45:39 +0200 Subject: Hyperland: Add the Mango (Swedish) layout --- .config/hypr/hyprland.conf.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.config/hypr') diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index b5c08df..6d49e45 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -18,8 +18,8 @@ ecosystem { input { accel_profile = "adaptive" follow_mouse = 1 - kb_layout = mango, mango, us - kb_variant = basic, german, basic + kb_layout = mango, mango, mango, us + kb_variant = basic, swedish, german, basic kb_options = lv3:switch,compose:ralt repeat_delay = 360 # 180 repeat_rate = 35 -- cgit v1.2.3 From 5c48d11da28dbedcb0c72f44cb284037f24dcd4f Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 29 May 2025 23:38:34 +0200 Subject: Hyprland: Add configuration for Qalculate --- .config/hypr/hyprland.conf.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.config/hypr') diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index 6d49e45..7c7ee7f 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -92,7 +92,7 @@ bind = $modkey, Q, killactive bind = $modkey SHIFT, F, togglefloating # Global programs -__bind(C, emacsclient -que '(popup-command-full-calc)') +__bind(C, qalculate-gtk) __bind(E, emacsclient -ca emacs) __bind(M, foot aerc) __bind(W, firefox) @@ -191,3 +191,8 @@ bindm = $modkey, mouse:273, resizewindow windowrulev2 = float, class:^(org\.pwmt\.zathura)$ windowrulev2 = size 50% 90%, class:^(org\.pwmt\.zathura)$ windowrulev2 = center, class:^(org\.pwmt\.zathura)$ + +# Open calculator in a floating window +windowrulev2 = float, class:^(qalculate-gtk)$ +windowrulev2 = size 50% 50%, class:^(qalculate-gtk)$ +windowrulev2 = center, class:^(qalculate-gtk)$ -- cgit v1.2.3 From b88deb83ff2f2da6d9d68f7e0e39ab25b087fd4d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 29 May 2025 23:38:46 +0200 Subject: Hyprland: Configure media keys --- .config/hypr/hyprland.conf.in | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.config/hypr') diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index 7c7ee7f..cfd3dc5 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -175,6 +175,10 @@ __bind(SHIFT, xf86monbrightnessup, lux -S 50) __binde(, xf86monbrightnessdown, lux -D 5) __bind(SHIFT, xf86monbrightnessdown, lux -s 0) +__binde(, xf86audioplay, playerctl play-pause) +__binde(, xf86audionext, playerctl next) +__binde(, xf86audioprev, playerctl previous) + # Settings key on Framework laptop __binde(, xf86audiomedia, foot sh -c 'cd ~/.config/hypr && nvim hyprland.conf.in') -- cgit v1.2.3 From bf769d06a7affca59c519a8aaf0e88574132fb73 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Wed, 4 Jun 2025 18:04:28 +0200 Subject: Hyprland: Bind M-z to Woomer --- .config/hypr/hyprland.conf.in | 1 + 1 file changed, 1 insertion(+) (limited to '.config/hypr') diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index cfd3dc5..1b0c232 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -96,6 +96,7 @@ __bind(C, qalculate-gtk) __bind(E, emacsclient -ca emacs) __bind(M, foot aerc) __bind(W, firefox) +__bind(Z, woomer) __bind(return, foot) __bind(space, fuzzel -I --log-level=warning --show-actions) __bind( , print, scst) -- cgit v1.2.3 From eb28738864a4b3dfe4443e897ccdea21c0765dc0 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Thu, 5 Jun 2025 21:23:47 +0200 Subject: Hyprland: Fix typo --- .config/hypr/hyprland.conf.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/hypr') diff --git a/.config/hypr/hyprland.conf.in b/.config/hypr/hyprland.conf.in index 1b0c232..dd22153 100644 --- a/.config/hypr/hyprland.conf.in +++ b/.config/hypr/hyprland.conf.in @@ -14,7 +14,7 @@ ecosystem { no_update_news = yes } -# Remember to coppy settings to sddm.hyprland.conf +# Remember to copy settings to sddm.hyprland.conf input { accel_profile = "adaptive" follow_mouse = 1 -- cgit v1.2.3