diff options
| -rw-r--r-- | hypr/hyprland.conf | 20 | ||||
| -rw-r--r-- | lf/lfrc | 1 | ||||
| -rw-r--r-- | sh/functions | 2 | ||||
| -rw-r--r-- | yay/config.json | 5 |
4 files changed, 15 insertions, 13 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 6cd0284..6c1c400 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -312,20 +312,20 @@ bind = $mainMod+SHIFT, Return, layoutmsg, promote #SCROLLING #}}} #{{{ tab binds -bind = $mainMod+ALT, O, togglegroup -bind = $mainMod+ALT, J, changegroupactive, f -bind = $mainMod+ALT, K, changegroupactive, b +bind = $mainMod ALT, O, togglegroup +bind = $mainMod CONTROL ALT, H, changegroupactive, f +bind = $mainMod CONTROL ALT, L, changegroupactive, b #}}} #{{{ Group binds # Group binds -#bind = $mainMod CONTROL, G, togglegroup, -#bind = $mainMod CONTROL, I, lockgroups, lock -#bind = $mainMod CONTROL, U, lockgroups, unlock -#bind = $mainMod CONTROL, H, moveintogroup, r -#bind = $mainMod CONTROL, L, moveintogroup, l -#bind = $mainMod CONTROL, J, moveintogroup, d -#bind = $mainMod CONTROL, K, moveintogroup, u +bind = $mainMod ALT, G, togglegroup, +bind = $mainMod ALT, I, lockgroups, lock +bind = $mainMod ALT, U, lockgroups, unlock +bind = $mainMod ALT, H, moveintogroup, r +bind = $mainMod ALT, L, moveintogroup, l +bind = $mainMod ALT, J, moveintogroup, d +bind = $mainMod ALT, K, moveintogroup, u #}}} #{{{ Device binds @@ -389,6 +389,7 @@ map grs cd "/etc/runit/sv" map gsc cd "~/.local/bin/scripts" map gsh cd "~/.config/sh" map gsl cd "~/.local/src/slock" +map gsr cd "~/Shared" map gss cd "/etc/s6/sv" map gst cd "~/.local/src/st" map gsx cd "~/.config/sxhkd" diff --git a/sh/functions b/sh/functions index 33feee0..878477d 100644 --- a/sh/functions +++ b/sh/functions @@ -93,6 +93,7 @@ rs - /etc/runit/sv sc - $HOME/.local/bin/scripts sh - $XDG_CONFIG_HOME/sh sl - $SRCDIR/slock +sr - $HOME/Shared ss - /etc/s6/sv st - $SRCDIR/st sx - $XDG_CONFIG_HOME/sxhkd @@ -166,6 +167,7 @@ zx - $XDG_DOCUMENTS_DIR/zachir.xyz "sc") cd "$HOME/.local/bin/scripts" ;; "sh") cd "$XDG_CONFIG_HOME/sh" ;; "sl") cd "$SRCDIR/slock" ;; +"sr") cd "$HOME/Shared" ;; "ss") cd "/etc/s6/sv" ;; "st") cd "$SRCDIR/st" ;; "sx") cd "$XDG_CONFIG_HOME/sxhkd" ;; diff --git a/yay/config.json b/yay/config.json index 61f2d02..2b360e0 100644 --- a/yay/config.json +++ b/yay/config.json @@ -17,19 +17,18 @@ "gpgbin": "gpg", "gpgflags": "", "mflags": "", - "sortby": "votes", + "sortby": "", "searchby": "name-desc", "gitflags": "", "removemake": "yes", "sudobin": "doas", "sudoflags": "", - "version": "12.4.2", + "version": "12.6.0", "requestsplitn": 150, "completionrefreshtime": 7, "maxconcurrentdownloads": 1, "bottomup": true, "sudoloop": false, - "timeupdate": false, "devel": false, "cleanAfter": true, "keepSrc": false, |
