diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 739a92d9..0a046fc3 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -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") diff --git a/.config/btop/btop.conf b/.config/btop/btop.conf index f8968c90..1cb4e7d9 100644 --- a/.config/btop/btop.conf +++ b/.config/btop/btop.conf @@ -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 diff --git a/.config/sx/sxrc b/.config/sx/sxrc index 69b89966..c7d1c021 100755 --- a/.config/sx/sxrc +++ b/.config/sx/sxrc @@ -1 +1,6 @@ +runsvdir ~/.runit/runsvdir & +/usr/bin/pipewire & +/usr/bin/pipewire-pulse & +/usr/bin/pipewire-media-session & + exec awesome diff --git a/.config/zsh/.zprofile b/.config/zsh/.zprofile index 7b9b41c1..c0f33dbb 100644 --- a/.config/zsh/.zprofile +++ b/.config/zsh/.zprofile @@ -1,6 +1,6 @@ #!/bin/zsh -if [[ "$(tty)" = "/dev/tty1"]]; then +if [[ "$(tty)" = "/dev/tty1" ]]; then pgrep awesome || sx fi diff --git a/.config/zsh/.zshenv b/.config/zsh/.zshenv index 5a53a500..02173f88 100644 --- a/.config/zsh/.zshenv +++ b/.config/zsh/.zshenv @@ -33,4 +33,5 @@ export CARGO_HOME="${XDG_DATA_HOME:-$HOME/.local/share}/cargo" export MOZ_USE_XINPUT2="1" # Mozilla smooth scrolling/touchpads. # Adds `~/.local/bin` to $PATH -export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}" \ No newline at end of file +export PATH="$PATH:${$(find ~/.local/bin -type d -printf %p:)%%:}" +