diff options
| author | ZachIR <zachir@librem.one> | 2026-03-07 08:19:34 -0600 |
|---|---|---|
| committer | ZachIR <zachir@librem.one> | 2026-03-07 08:19:34 -0600 |
| commit | 89c0fba42e4ec69d6243c5e5a499f41969ddf916 (patch) | |
| tree | 984517384ab59d4f2f10d5cab2a9985176e01d26 | |
| parent | 1d258ca1a32c026ff71d1d7b40c7dcf7d7cf798d (diff) | |
| parent | 2418ffd3d74dde0de4487c310acc6f111f0fbe4c (diff) | |
Merge branch 'master' into carcar
| -rw-r--r-- | hypr/hyprland.conf | 4 | ||||
| -rw-r--r-- | sh/aliases | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/hypr/hyprland.conf b/hypr/hyprland.conf index 085723e..b7b58c4 100644 --- a/hypr/hyprland.conf +++ b/hypr/hyprland.conf @@ -188,9 +188,9 @@ master { } #}}} -#{{{ scrolling layout options +#{{{ 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 @@ -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' |
