From 1fa39708a670cc4ca47d6cd7254b9b5035789661 Mon Sep 17 00:00:00 2001 From: zachir Date: Tue, 23 May 2023 13:33:04 -0500 Subject: fixed gtk theming, and fix master up/down commands --- hypr/hyprland.conf | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'hypr/hyprland.conf') 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 -- cgit v1.2.3