diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index 0dfe7a5c..b31a95ff 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -169,7 +169,7 @@ show_swap = True swap_disk = True #* If mem box should be split to also show disks info. -show_disks = False +show_disks = True #* Filter out non physical disks. Set this to False to include network disks, RAM disks and similar. only_physical = True diff --git a/.config/sway/config b/.config/sway/config index b48e332c..46362233 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -1,21 +1,21 @@ -# include /etc/sway/config.d/* +include /etc/sway/config.d/* # sway does not set DISPLAY/WAYLAND_DISPLAY in the systemd user environment # See FS#63021 # Adapted from xorg's 50-systemd-user.sh, which achieves a similar goal. # Upstream refuses to set XDG_CURRENT_DESKTOP so we have to. -exec systemctl --user set-environment XDG_CURRENT_DESKTOP=sway -exec systemctl --user import-environment DISPLAY \ - SWAYSOCK \ - WAYLAND_DISPLAY \ - XDG_CURRENT_DESKTOP - -exec hash dbus-update-activation-environment 2>/dev/null && \ - dbus-update-activation-environment --systemd DISPLAY \ - SWAYSOCK \ - XDG_CURRENT_DESKTOP=sway \ - WAYLAND_DISPLAY +# exec systemctl --user set-environment XDG_CURRENT_DESKTOP=sway +# exec systemctl --user import-environment DISPLAY \ +# SWAYSOCK \ +# WAYLAND_DISPLAY \ +# XDG_CURRENT_DESKTOP +# +# exec hash dbus-update-activation-environment 2>/dev/null && \ +# dbus-update-activation-environment --systemd DISPLAY \ +# SWAYSOCK \ +# XDG_CURRENT_DESKTOP=sway \ +# WAYLAND_DISPLAY # Default config for sway # # Copy this to ~/.config/sway/config and edit it to your liking. @@ -318,7 +318,8 @@ exec nm-applet exec autotiling & # exec_always pkill waybar && waybar # exec waybar & -exec_always pkill dunst && dunst & -exec blueman-applet +# exec pkill dunst; dunst +exec dunst +exec blueman-applet & exec tmux start-server &