diff options
author | zachir <zachir@librem.one> | 2023-04-25 16:52:45 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-04-25 16:53:44 -0500 |
commit | 20e54d48936d0e22a7335eede76bb4e79c55ce1a (patch) | |
tree | 6ba98bb206a63332c02781abc7729b1ac85aae5b | |
parent | ccdf0e16e7656e28fb47f0cca8d142c769d72dc0 (diff) |
add mbc menu and set GTK_THEME for all browser menus
-rw-r--r-- | hypr/hyprland.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 9e84217..ce8d362 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -257,10 +257,11 @@ submap = reset #{{{ Menu bindings bind = $mainMod, R, exec, exec j4-dmenu-desktop --dmenu="bemenu -i -l 10 -p \"Run:\"" bind = $mainMod, D, exec, exec bemenu-run -l 15 -p "Run:" -bind = $mainMod $secdMod, Q, exec, qbc +bind = $mainMod $secdMod, Q, exec, GTK_THEME="Plata-Noir-Compact" qbc bind = $mainMod $secdMod, W, exec, GTK_THEME="Plata-Noir-Compact" lwc -bind = $mainMod $secdMod, E, exec, GTK_THEME="Plata-Noir-Compact" ffc -bind = $mainMod $secdMod, 1, exec, bm +bind = $mainMod $secdMod, E, exec, GTK_THEME="Plata-Noir-Compact" mbc +bind = $mainMod $secdMod, R, exec, GTK_THEME="Plata-Noir-Compact" ffc +bind = $mainMod $secdMod, 1, exec, GTK_THEME="Plata-Noir-Compact" bm bind = $mainMod $secdMod, comma, exec, dmount bind = $mainMod $secdMod, period, exec, dmenuumount bind = $mainMod $secdMod CONTROL, U, exec, dmenuunicode |