Added applications to autolaunch

This commit is contained in:
Kristofers Solo 2022-06-01 13:35:16 +00:00
parent 2a53efbf80
commit da5f9ad0f1
3 changed files with 7 additions and 16 deletions

View File

@ -642,17 +642,5 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n
-- Autostart Applications -- Autostart Applications
awful.spawn.with_shell("picom --experimental-backends") 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") awful.spawn.with_shell("setxkbmap lv")

View File

@ -628,9 +628,7 @@ client.connect_signal("unfocus", function(c) c.border_color = beautiful.border_n
-- Autostart Applications -- Autostart Applications
awful.spawn.with_shell("picom --experimental-backends") awful.spawn.with_shell("picom --experimental-backends")
awful.spawn.with_shell("libinput-gestures-setup start") 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("dropbox")
awful.spawn.with_shell("flameshot") 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("setxkbmap lv")
awful.spawn.with_shell("corectrl") awful.spawn.with_shell("corectrl")

View File

@ -1,7 +1,12 @@
runsvdir ~/.runit/runsvdir &
/usr/bin/pipewire & /usr/bin/pipewire &
/usr/bin/pipewire-pulse & /usr/bin/pipewire-pulse &
/usr/bin/pipewire-media-session & /usr/bin/wireplumber &
/usr/bin/numlockx on & /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 exec dbus-launch --sh-syntax --exit-with-session awesome