From b834df5765775dfd97ac42f9450ec09ca3723453 Mon Sep 17 00:00:00 2001 From: lelgenio Date: Fri, 22 Nov 2019 23:32:42 -0300 Subject: [PATCH] sway: reload waybar --- sway/.config/sway/config | 6 ++++-- tmux/.tmux.conf | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) 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@' # }}}