diff options
author | zachir <zachir@librem.one> | 2025-07-12 19:38:18 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2025-07-12 19:38:18 -0500 |
commit | 30d1a136f1571f98e50571f2f3841398c4555326 (patch) | |
tree | b1ffb20fe9d28b8dcc62432d47867763db738bb8 /hypr/hyprland.conf | |
parent | af9d165a62063bcadd1f4d2a54fdfa4a8b57a1bf (diff) | |
parent | e2863dbdbae1e10a82f098c4575ed973249bab7b (diff) |
Merge branch 'master' into cas
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 cdcca3d..267d8c9 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -19,6 +19,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 = dunst @@ -335,8 +336,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 |