diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 77b3fc2..630b701 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config @@ -214,7 +214,9 @@ client.unfocused $bg_color $bg_color $fg_color $bg_color $bg_color client.urgent $alert $alert $fg_color $alert $alert - bar swaybar_command waybar + # this is borked ↓ + # bar swaybar_command waybar + exec_always pkill waybar; waybar default_border pixel 2px gaps inner 5px @@ -233,7 +235,7 @@ # Blue light filter exec redshift # Bluetooth Daemon - exec blueberry-tray + # exec blueberry-tray # lock screen after a period of inactivity execp for fullscreen for_window [class=.*] inhibit_idle fullscreen exec swayidle -w \ diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf index 5bc4d17..f931a22 100644 --- a/tmux/.tmux.conf +++ b/tmux/.tmux.conf @@ -8,7 +8,7 @@ set -s escape-time 0 set -g set-titles on set -g set-titles-string "#T" #sneaky bar -set -g status off +# set -g status off set -g default-terminal "screen-256color" set -ga terminal-overrides ',xterm*:smcup@:rmcup@' # }}}