diff options
author | Mark Nipper <nipsy@bitgnome.net> | 2024-03-31 02:51:48 -0700 |
---|---|---|
committer | Mark Nipper <nipsy@bitgnome.net> | 2024-03-31 02:51:48 -0700 |
commit | 436bff130c97d2b98c1f476cd3a39a735c95d96c (patch) | |
tree | 0c0955d3ad38bf2688c586224469887a90585af5 /home | |
parent | 76b3b07e7329be637b37f92e767595143d3b03fa (diff) | |
download | nix-436bff130c97d2b98c1f476cd3a39a735c95d96c.tar nix-436bff130c97d2b98c1f476cd3a39a735c95d96c.tar.gz nix-436bff130c97d2b98c1f476cd3a39a735c95d96c.tar.bz2 nix-436bff130c97d2b98c1f476cd3a39a735c95d96c.tar.lz nix-436bff130c97d2b98c1f476cd3a39a735c95d96c.tar.xz nix-436bff130c97d2b98c1f476cd3a39a735c95d96c.tar.zst nix-436bff130c97d2b98c1f476cd3a39a735c95d96c.zip |
Update configurations
Diffstat (limited to 'home')
-rw-r--r-- | home/nipsy/common/core/zsh/default.nix | 4 | ||||
-rw-r--r-- | 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 |