From 18e90d9355c63219a2faf866c3dfac89dbbfb197 Mon Sep 17 00:00:00 2001 From: zachir Date: Wed, 29 Apr 2026 19:28:26 -0500 Subject: Add `dr` shortcut for doc/work --- lf/lfrc | 1 + sh/functions | 2 ++ 2 files changed, 3 insertions(+) diff --git a/lf/lfrc b/lf/lfrc index 456bf26..7c04692 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" diff --git a/sh/functions b/sh/functions index e7270bc..33feee0 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 @@ -145,6 +146,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" ;; -- cgit v1.2.3 From 5ca2a376f2b6b90cd73534f74af2e78e2974274c Mon Sep 17 00:00:00 2001 From: ZachIR Date: Mon, 11 May 2026 09:02:22 -0500 Subject: Update hypr conf for 0.55 --- hypr/hyprland.conf | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index d8db576..3c8322a 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -52,6 +52,7 @@ debug { enable_stdout_logs = false disable_logs = true full_cm_proto = true + vfr = true } # }}} @@ -117,7 +118,6 @@ misc { enable_swallow = true swallow_regex = ^(kitty)$ swallow_exception_regex = ^(wev|.*ueberzug|n?vi?m? .*|.*dragon.*)$ - vfr = true vrr = 3 } #}}} @@ -164,7 +164,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 } -- cgit v1.2.3