From 436bff130c97d2b98c1f476cd3a39a735c95d96c Mon Sep 17 00:00:00 2001 From: Mark Nipper Date: Sun, 31 Mar 2024 02:51:48 -0700 Subject: Update configurations --- home/nipsy/common/core/zsh/default.nix | 4 ++-- home/nipsy/common/optional/desktops/i3/config | 7 ------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/home/nipsy/common/core/zsh/default.nix b/home/nipsy/common/core/zsh/default.nix index 453fa9f..4bb5856 100644 --- a/home/nipsy/common/core/zsh/default.nix +++ b/home/nipsy/common/core/zsh/default.nix @@ -3,8 +3,8 @@ enable = true; initExtra = (builtins.readFile ./zshrc); shellAliases = { - la = "ls -alFh --color=auto"; - ll = "ls -aF --color=auto"; + la = "ls -aFh --color=auto"; + ll = "ls -alF --color=auto"; }; }; } diff --git a/home/nipsy/common/optional/desktops/i3/config b/home/nipsy/common/optional/desktops/i3/config index 57c9d38..6607794 100644 --- a/home/nipsy/common/optional/desktops/i3/config +++ b/home/nipsy/common/optional/desktops/i3/config @@ -205,13 +205,6 @@ mode "VNC" { bindsym $mod+Shift+v mode "VNC" -# Start i3bar to display a workspace bar (plus the system information i3status -# finds out, if available) -bar { - status_command i3status - tray_output primary -} - # set borders normal for everything except st #for_window [class="^.*"] border normal #for_window [class="st-256color"] border pixel 1 -- cgit v1.2.3