mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
Added applications to autolaunch
This commit is contained in:
parent
2a53efbf80
commit
da5f9ad0f1
@ -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")
|
||||
|
||||
|
||||
@ -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")
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user