From 439790cc652179ca1becc21abf546e73b9973571 Mon Sep 17 00:00:00 2001 From: Daniel Fichtinger Date: Wed, 5 Feb 2025 11:45:20 -0500 Subject: [PATCH] AutoYADM commit: 2025-02-05 11:45:20 --- .config/btop/btop.conf | 2 +- .config/btop/btop.log | 3 +++ .config/sway/config##hostname.dpad | 4 +++- 3 files changed, 7 insertions(+), 2 deletions(-) create mode 100644 .config/btop/btop.log diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index 0da3fadb..44d88716 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -50,7 +50,7 @@ graph_symbol_net = "default" graph_symbol_proc = "default" #* Manually set which boxes to show. Available values are "cpu mem net proc" and "gpu0" through "gpu5", separate values with whitespace. -shown_boxes = "cpu mem net proc" +shown_boxes = "cpu proc" #* Update time in milliseconds, recommended 2000 ms or above for better sample times for graphs. update_ms = 2000 diff --git a/.config/btop/btop.log b/.config/btop/btop.log new file mode 100644 index 00000000..df111f3d --- /dev/null +++ b/.config/btop/btop.log @@ -0,0 +1,3 @@ + +2025/02/05 (11:41:22) | ===> btop++ v.1.4.0 +2025/02/05 (11:41:22) | WARNING: Failed to join _runner thread on exit! diff --git a/.config/sway/config##hostname.dpad b/.config/sway/config##hostname.dpad index 7bb1a44e..7cb06935 100644 --- a/.config/sway/config##hostname.dpad +++ b/.config/sway/config##hostname.dpad @@ -337,5 +337,7 @@ exec autotiling & exec blueman-applet & exec tmux start-server & exec udiskie & -# exec swayidle -w timeout 600 'swaylock -f' timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' before-sleep 'swaylock -f' & # exec /home/fic/Applications/Filen_linux_x86_64_d2f22b59bc2cfc7139a84517bb91afba.AppImage +exec_always killall swayidle; swayidle -w before-sleep '$lockcmd' after-resume 'swaymsg "output * dpms on"' & + +