From 96e76ec93271bb6aeff668db021a369838e24b95 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Sat, 7 Mar 2026 08:18:22 -0600 Subject: Add lta ls alias --- sh/aliases | 1 + 1 file changed, 1 insertion(+) diff --git a/sh/aliases b/sh/aliases index 2e7ecf5..0abc42c 100644 --- a/sh/aliases +++ b/sh/aliases @@ -28,6 +28,7 @@ esac alias ll='ls -l' alias lt='ls -l --total-size' alias lts='ls -l --total-size --sort size --reverse' +alias lta='ls -la --total-size --sort size --reverse' alias la='ls -a' alias lla='ls -la' alias lb='lsblk' -- cgit v1.2.3 From d873563499d8e47697929113cff77958d69b553d Mon Sep 17 00:00:00 2001 From: ZachIR Date: Sat, 7 Mar 2026 08:18:38 -0600 Subject: Capitalize Scrolling in hypr conf --- hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index f774e16..2713f57 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -187,7 +187,7 @@ master { } #}}} -#{{{ scrolling layout options +#{{{ Scrolling layout options scrolling { fullscreen_on_one_column = true column_width = 0.5 -- cgit v1.2.3 From 2418ffd3d74dde0de4487c310acc6f111f0fbe4c Mon Sep 17 00:00:00 2001 From: ZachIR Date: Sat, 7 Mar 2026 08:19:26 -0600 Subject: hypr: Do not fullscreen on one window --- hypr/hyprland.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 2713f57..b6a08ce 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -189,7 +189,7 @@ master { #{{{ Scrolling layout options scrolling { - fullscreen_on_one_column = true + fullscreen_on_one_column = false column_width = 0.5 focus_fit_method = 1 follow_focus = true -- cgit v1.2.3