From bf414b48e94ca6e551138e70a13a9eac1413f2ff Mon Sep 17 00:00:00 2001 From: Maximilian Friedersdorff Date: Thu, 19 Jan 2023 10:37:45 +0000 Subject: [PATCH] Improvements --- states/sway/files/baryte | 8 ++++---- states/zsh/files/zshrc | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/states/sway/files/baryte b/states/sway/files/baryte index 053aeaf..63f8e50 100644 --- a/states/sway/files/baryte +++ b/states/sway/files/baryte @@ -3,7 +3,7 @@ bar { id bar_right status_command ~/.local/bin/conky-i3bar position top - output "DP-1" + output "HDMI-A-1" font pango:Liberation Mono 11 colors { background $black_super @@ -39,7 +39,7 @@ output eDP-1 { scale 2 } -output DP-1 { +output HDMI-A-1 { background ~/Pictures/Backgrounds/DSC02111.jpg fill position 1440 0 scale 1 @@ -47,8 +47,8 @@ output DP-1 { workspace 1 output eDP-1 workspace 3 output eDP-1 -workspace 2 output DP-1 -workspace 4 output DP-1 +workspace 2 output HDMI-A-1 +workspace 4 output HDMI-A-1 exec dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP=sway exec mako& diff --git a/states/zsh/files/zshrc b/states/zsh/files/zshrc index 2e44d7f..ca4c33c 100644 --- a/states/zsh/files/zshrc +++ b/states/zsh/files/zshrc @@ -23,7 +23,7 @@ compinit HISTFILE=~/.histfile HISTSIZE=100000 SAVEHIST=100000 -setopt appendhistory autocd extendedglob nomatch +setopt appendhistory autocd extendedglob nomatch extendedhistory unsetopt beep notify bindkey -v # End of lines configured by zsh-newuser-install -- 2.45.2