mirror of
https://github.com/Ascyii/dotfiles.git
synced 2026-01-01 06:54:24 -05:00
btop
This commit is contained in:
@@ -57,7 +57,7 @@ update_ms = 2000
|
|||||||
|
|
||||||
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
#* Processes sorting, "pid" "program" "arguments" "threads" "user" "memory" "cpu lazy" "cpu direct",
|
||||||
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
#* "cpu lazy" sorts top process over time (easier to follow), "cpu direct" updates top process directly.
|
||||||
proc_sorting = "pid"
|
proc_sorting = "cpu lazy"
|
||||||
|
|
||||||
#* Reverse sorting order, True or False.
|
#* Reverse sorting order, True or False.
|
||||||
proc_reversed = True
|
proc_reversed = True
|
||||||
|
|||||||
@@ -32,22 +32,8 @@ exec-once = ~/projects/scripts/shell/rnote_mapper.sh
|
|||||||
exec-once = ~/projects/scripts/shell/toggle_grayscale.sh
|
exec-once = ~/projects/scripts/shell/toggle_grayscale.sh
|
||||||
|
|
||||||
# Mount the webdav folder configured by rclone
|
# Mount the webdav folder configured by rclone
|
||||||
exec-once = mkdir -p ~/webdav
|
exec-once = mkdir -p ~/Notecloud
|
||||||
|
#exec-once = rclone mount Strato: ~/Notecloud
|
||||||
# Only run this on the laptops and phones that dont want to run synthing
|
|
||||||
#exec-once = rclone mount Strato: ~/webdav \
|
|
||||||
# --vfs-cache-mode writes \
|
|
||||||
# --vfs-cache-max-size 10G \
|
|
||||||
# --vfs-cache-poll-interval 5m \
|
|
||||||
# --vfs-write-back 30s \
|
|
||||||
# --buffer-size 128M \
|
|
||||||
# --dir-cache-time 12h \
|
|
||||||
# --poll-interval 5m \
|
|
||||||
# --umask 022 \
|
|
||||||
# --no-modtime \
|
|
||||||
# --daemon
|
|
||||||
|
|
||||||
#exec-once = rclone bisync Strato: ~/webdav --verbose
|
|
||||||
|
|
||||||
# Set the right workspace otherwise it is set to ten
|
# Set the right workspace otherwise it is set to ten
|
||||||
exec-once = sleep 0.1 && hyprctl dispatch workspace 1
|
exec-once = sleep 0.1 && hyprctl dispatch workspace 1
|
||||||
|
|||||||
Reference in New Issue
Block a user