summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hypr/hyprland.conf23
-rw-r--r--lf/lfrc2
-rw-r--r--sh/functions4
-rw-r--r--yay/config.json5
4 files changed, 19 insertions, 15 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf
index f0c58d4..6c1c400 100644
--- a/hypr/hyprland.conf
+++ b/hypr/hyprland.conf
@@ -50,6 +50,7 @@ debug {
enable_stdout_logs = false
disable_logs = true
full_cm_proto = true
+ vfr = true
}
# }}}
@@ -115,7 +116,6 @@ misc {
enable_swallow = true
swallow_regex = ^(kitty)$
swallow_exception_regex = ^(wev|.*ueberzug|n?vi?m? .*|.*dragon.*)$
- vfr = true
vrr = 3
}
#}}}
@@ -162,7 +162,6 @@ animations {
#{{{ Dwindle layout options
dwindle {
# See https://wiki.hypr.land/Configuring/Dwindle-Layout/ for more
- pseudotile = yes # master switch for pseudotiling. Enabling is bound to mainMod + P in the keybinds section below
preserve_split = yes # you probably want this
special_scale_factor = 0.55
}
@@ -313,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
diff --git a/lf/lfrc b/lf/lfrc
index 456bf26..67dc5f8 100644
--- a/lf/lfrc
+++ b/lf/lfrc
@@ -369,6 +369,7 @@ map gdl cd "~/.local/src/dwl"
map gdm cd "~/.local/src/dmenu"
map gdo cd "~/Downloads"
map gdp cd "~/Downloads/plugin/zachir_librem.one"
+map gdr cd "~/Documents/work"
map gdw cd "~/Downloads/wine"
map ge cd "~/Desktop"
map gf cd "~/.var/app"
@@ -388,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 e7270bc..878477d 100644
--- a/sh/functions
+++ b/sh/functions
@@ -73,6 +73,7 @@ dl - $SRCDIR/dwl
dm - $SRCDIR/dmenu
do - $XDG_DOWNLOAD_DIR
dp - $XDG_DOWNLOAD_DIR/plugin/zachir_librem.one
+dr - $XDG_DOCUMENTS_DIR/work
dw - $XDG_DOWNLOAD_DIR/wine
e - $XDG_DESKTOP_DIR
f - $HOME/.var/app
@@ -92,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
@@ -145,6 +147,7 @@ zx - $XDG_DOCUMENTS_DIR/zachir.xyz
"dm") cd "$SRCDIR/dmenu" ;;
"do") cd "$XDG_DOWNLOAD_DIR" ;;
"dp") cd "$XDG_DOWNLOAD_DIR/plugin/zachir_librem.one" ;;
+"dr") cd "$XDG_DOCUMENTS_DIR/work" ;;
"dw") cd "$XDG_DOWNLOAD_DIR/wine" ;;
"e") cd "$XDG_DESKTOP_DIR" ;;
"f") cd "$HOME/.var/app" ;;
@@ -164,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,