mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
Minor changes
This commit is contained in:
parent
4885c6243c
commit
8141a4d860
@ -634,3 +634,4 @@ awful.spawn.with_shell("dropbox")
|
||||
awful.spawn.with_shell("flameshot")
|
||||
-- awful.spawn.with_shell(" /usr/bin/pipewire & /usr/bin/pipewire-pulse & /usr/bin/pipewire-media-session")
|
||||
awful.spawn.with_shell("setxkbmap lv")
|
||||
awful.spawn.with_shell("corectrl")
|
||||
|
||||
@ -54,7 +54,7 @@ update_ms = 1000
|
||||
|
||||
#* 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.
|
||||
proc_sorting = "cpu direct"
|
||||
proc_sorting = "memory"
|
||||
|
||||
#* Reverse sorting order, True or False.
|
||||
proc_reversed = False
|
||||
|
||||
@ -1 +1,6 @@
|
||||
runsvdir ~/.runit/runsvdir &
|
||||
/usr/bin/pipewire &
|
||||
/usr/bin/pipewire-pulse &
|
||||
/usr/bin/pipewire-media-session &
|
||||
|
||||
exec awesome
|
||||
|
||||
@ -34,3 +34,4 @@ export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads.
|
||||
|
||||
# Adds `~/.local/bin` to $PATH
|
||||
export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}"
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user