diff options
| -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' |
