diff options
author | ZachIR <zachir@librem.one> | 2025-07-13 05:27:47 -0500 |
---|---|---|
committer | ZachIR <zachir@librem.one> | 2025-07-13 05:27:47 -0500 |
commit | ac58746a49e1b7e8559cff1ed4522c3584caa026 (patch) | |
tree | 710e4e87d0526e8fe254befe6b9342f299846967 /hypr/hyprland.conf | |
parent | 03293db1c9078d0960e92bed9b3a66e14cadacd1 (diff) | |
parent | e2863dbdbae1e10a82f098c4575ed973249bab7b (diff) |
Merge branch 'master' into car
Diffstat (limited to 'hypr/hyprland.conf')
-rw-r--r-- | hypr/hyprland.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index f12a6c8..060a784 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 @@ -324,8 +325,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 |