diff options
author | zachir <zachir@librem.one> | 2023-05-23 13:33:04 -0500 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-05-23 13:33:04 -0500 |
commit | 1fa39708a670cc4ca47d6cd7254b9b5035789661 (patch) | |
tree | 19c5036bfa080cfc344a2399e5998433f67d8ca9 /hypr | |
parent | 83c89f9eb6bfddebce959bcc370f28e356d42cdb (diff) |
fixed gtk theming, and fix master up/down commands
Diffstat (limited to 'hypr')
-rw-r--r-- | hypr/hyprland.conf | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index de38451..623a5db 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -159,11 +159,11 @@ bind = $mainMod+SHIFT, J, layoutmsg, swapnext #MASTER bind = $mainMod+SHIFT, K, layoutmsg, swapprev #MASTER bind = $mainMod+SHIFT, H, layoutmsg, addmaster #MASTER bind = $mainMod+SHIFT, L, layoutmsg, removemaster #MASTER +bindr = $mainMod, J, layoutmsg, cyclenext +bindr = $mainMod, K, layoutmsg, cycleprev bindr = $mainMod, H, splitratio, -0.01 #MASTER bindr = $mainMod, L, splitratio, +0.01 #MASTER bind = $mainMod, O, splitratio, exact 0.69 #MASTER -bind = $mainMod, J, movefocus, d #MASTER -bind = $mainMod, K, movefocus, u #MASTER #}}} #{{{ Dwindle layout binds @@ -264,11 +264,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, 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" 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, Q, exec, qbc +bind = $mainMod $secdMod, W, exec, lwc +bind = $mainMod $secdMod, E, exec, mbc +bind = $mainMod $secdMod, R, exec, ffc +bind = $mainMod $secdMod, 1, exec, bm bind = $mainMod $secdMod, comma, exec, dmount bind = $mainMod $secdMod, period, exec, dmenuumount bind = $mainMod $secdMod CONTROL, U, exec, dmenuunicode |