AutoYADM commit: 2025-02-05 11:45:20

This commit is contained in:
Daniel Fichtinger 2025-02-05 11:45:20 -05:00
parent 18484466d8
commit 439790cc65
3 changed files with 7 additions and 2 deletions

View file

@ -50,7 +50,7 @@ graph_symbol_net = "default"
graph_symbol_proc = "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. #* 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 time in milliseconds, recommended 2000 ms or above for better sample times for graphs.
update_ms = 2000 update_ms = 2000

3
.config/btop/btop.log Normal file
View file

@ -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!

View file

@ -337,5 +337,7 @@ exec autotiling &
exec blueman-applet & exec blueman-applet &
exec tmux start-server & exec tmux start-server &
exec udiskie & 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 /home/fic/Applications/Filen_linux_x86_64_d2f22b59bc2cfc7139a84517bb91afba.AppImage
exec_always killall swayidle; swayidle -w before-sleep '$lockcmd' after-resume 'swaymsg "output * dpms on"' &