From 27a3fa66fc8ed473bcd46b4c0a281aef0a584595 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 12 Jul 2025 19:32:03 -0500 Subject: Use rofi instead of tofi --- hypr/hyprland.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hypr') diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index c0f5806..872467a 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -306,8 +306,8 @@ submap = reset #}}} #{{{ Menu bindings -bind = $mainMod, R, exec, sh -c "$(tofi-drun -c ~/.config/tofi/themes/dmenu_vertical --prompt-text Run:)" -bind = $mainMod, D, exec, sh -c "$(tofi-run -c ~/.config/tofi/themes/dmenu_vertical --prompt-text Run:)" +bind = $mainMod, R, exec, sh -c "rofi -show drun" +bind = $mainMod, D, exec, sh -c "rofi -show run" bind = $mainMod $secdMod, Q, exec, qbc bind = $mainMod $secdMod, W, exec, lwc bind = $mainMod $secdMod, E, exec, mbc -- cgit v1.2.3 From e38079f75416f317e29aa71a55e567e64465b83c Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 12 Jul 2025 19:33:10 -0500 Subject: hypridle: set brightness to 1, don't save kbd --- hypr/hypridle.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hypr') diff --git a/hypr/hypridle.conf b/hypr/hypridle.conf index 4d18296..3a58aea 100644 --- a/hypr/hypridle.conf +++ b/hypr/hypridle.conf @@ -6,14 +6,14 @@ general { listener { timeout = 150 # 2.5min. - on-timeout = brightnessctl set 0 # set monitor backlight to minimum, avoid 0 on OLED monitor. + on-timeout = brightnessctl set 1 # set monitor backlight to minimum, avoid 0 on OLED monitor. on-resume = brightnessctl -r # monitor backlight restore. } # turn off keyboard backlight, comment out this section if you dont have a keyboard backlight. listener { timeout = 150 # 2.5min. - on-timeout = brightnessctl -sd led::kbd_backlight set 0 # turn off keyboard backlight. + on-timeout = brightnessctl -d led::kbd_backlight set 0 # turn off keyboard backlight. on-resume = brightnessctl -rd led::kbd_backlight # turn on keyboard backlight. } -- cgit v1.2.3 From 40ce69073fef86ca156cd67f26c0f91dee1e8317 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 12 Jul 2025 19:33:57 -0500 Subject: Set dark mode in gsettings --- darkman/config.yaml | 3 --- hypr/hyprland.conf | 1 + 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 darkman/config.yaml (limited to 'hypr') diff --git a/darkman/config.yaml b/darkman/config.yaml deleted file mode 100644 index 5cf7ee4..0000000 --- a/darkman/config.yaml +++ /dev/null @@ -1,3 +0,0 @@ -usegeoclue: false -dbusserver: true -portal: true diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 872467a..3046748 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -18,6 +18,7 @@ exec-once = lxqt-policykit-agent exec-once = import-gsettings gtk-theme 'Flat-Remix-GTK-Green-Darkest-Solid' exec-once = import-gsettings icon-theme 'COSMIC' exec-once = import-gsettings cursor-theme 'BreezeX-Black' +exec-once = gsettings set org.gnome.desktop.interface color-scheme 'prefer-dark' exec-once = xrdb -load "$XDG_CONFIG_HOME"/X11/xresources exec-once = com.github.wwmm.easyeffects exec-once = systemctl --user start dunst -- cgit v1.2.3 From 5bcd1ea7ccd231f756861997ba813b1f1cec1eda Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 12 Jul 2025 19:34:30 -0500 Subject: Remove redundant preload in hyprpaper --- hypr/hyprpaper.conf | 1 - 1 file changed, 1 deletion(-) (limited to 'hypr') diff --git a/hypr/hyprpaper.conf b/hypr/hyprpaper.conf index 19b84f2..728c00c 100644 --- a/hypr/hyprpaper.conf +++ b/hypr/hyprpaper.conf @@ -13,4 +13,3 @@ wallpaper = DP-2,~/Pictures/background.png #wallpaper = monitor2,~/background.png # .. more monitors splash = false -preload = ~/Pictures/background.png -- cgit v1.2.3 From 0255f6d777a67de3f1f8e643cd6c7d95a12a72c9 Mon Sep 17 00:00:00 2001 From: zachir Date: Sat, 12 Jul 2025 19:34:58 -0500 Subject: Use Helvum not QPWGraph --- hypr/pyprland.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'hypr') diff --git a/hypr/pyprland.toml b/hypr/pyprland.toml index af439ab..a0aa176 100644 --- a/hypr/pyprland.toml +++ b/hypr/pyprland.toml @@ -87,8 +87,8 @@ position = "25% 25%" [scratchpads.qpwgraph] animation = "" -command = "qpwgraph" -class = "org.rncbc.qpwgraph" +command = "helvum" +class = "org.pipewire.Helvum" lazy = true size = "50% 50%" position = "25% 25%" -- cgit v1.2.3