From da5f9ad0f1c6ad323a68cfd0d316d9f8d6ee5ad3 Mon Sep 17 00:00:00 2001 From: Kristofers Solo Date: Wed, 1 Jun 2022 13:35:16 +0000 Subject: [PATCH] Added applications to autolaunch --- .config/awesome/desktop/rc.lua | 12 ------------ .config/awesome/rc.lua | 2 -- .config/sx/sxrc | 9 +++++++-- 3 files changed, 7 insertions(+), 16 deletions(-) diff --git a/.config/awesome/desktop/rc.lua b/.config/awesome/desktop/rc.lua index ae174381..a7814167 100644 --- a/.config/awesome/desktop/rc.lua +++ b/.config/awesome/desktop/rc.lua @@ -642,17 +642,5 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n -- Autostart Applications awful.spawn.with_shell("picom --experimental-backends") ---awful.spawn.with_shell("picom") --- awful.spawn.with_shell("feh --bg-scale --no-fehbg ~/.local/share/wallpaper.png") -awful.spawn.with_shell("xinput --set-prop 'COOLERMASTER CM310' 'libinput Accel Speed' -.7") ---awful.spawn.with_shell("xrandr --output DP-0 --mode 1920x1080 --output HDMI-0 --mode 1920x1080 --right-of DP-0") ---awful.spawn.with_shell("xrandr --output DP-0 --mode 1920x1080 --output HDMI-0 --mode 1920x1080 --left-of DP-0") -awful.spawn.with_shell("dropbox") -awful.spawn.with_shell("telegram-desktop") -awful.spawn.with_shell("flameshot") -awful.spawn.with_shell("discord") -awful.spawn.with_shell("spotify") --- awful.spawn.with_shell("discord-development") ---awful.spawn.with_shell("xrandr --output HDMI-0 --off") awful.spawn.with_shell("setxkbmap lv") diff --git a/.config/awesome/rc.lua b/.config/awesome/rc.lua index 75f01808..b5efc34e 100644 --- a/.config/awesome/rc.lua +++ b/.config/awesome/rc.lua @@ -628,9 +628,7 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n -- Autostart Applications awful.spawn.with_shell("picom --experimental-backends") awful.spawn.with_shell("libinput-gestures-setup start") ---awful.spawn.with_shell("xrandr --output DisplayPort-0 --mode 1920x1080 --same-as EDp") 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/sx/sxrc b/.config/sx/sxrc index 33db9672..ea94ecfe 100755 --- a/.config/sx/sxrc +++ b/.config/sx/sxrc @@ -1,7 +1,12 @@ -runsvdir ~/.runit/runsvdir & /usr/bin/pipewire & /usr/bin/pipewire-pulse & -/usr/bin/pipewire-media-session & +/usr/bin/wireplumber & /usr/bin/numlockx on & +spotify & +/usr/bin/discord & +/usr/bin/telegram-desktop & +/usr/bin/dropbox & +/usr/bin/flameshot & +/usr/bin/xinput --set-prop 'COOLERMASTER CM310' 'libinput Accel Speed' -.7 & exec dbus-launch --sh-syntax --exit-with-session awesome