Stuff: Build i3 for startup from within Plasma
This commit is contained in:
@@ -56,15 +56,15 @@ font pango:xos4 Terminus 9
|
||||
# Use in case of NODM/autologin and .xinitrc -- If we're just starting the system, we need to lock it up.
|
||||
#exec --no-startup-id "i3lock -i ~/.i3splash"
|
||||
|
||||
exec_always --no-startup-id "killall polybar; sleep 1; polybar -r gamma"
|
||||
exec --no-startup-id "redshift"
|
||||
exec_always --no-startup-id "compton --config ~/.config/compton.conf"
|
||||
exec_always --no-startup-id "dunst"
|
||||
#exec_always --no-startup-id "killall polybar; sleep 1; polybar -r gamma"
|
||||
#exec --no-startup-id "redshift"
|
||||
#exec_always --no-startup-id "compton --config ~/.config/compton.conf"
|
||||
#exec_always --no-startup-id "dunst"
|
||||
exec_always --no-startup-id "feh --randomize --bg-tile ~/Pictures/Wallpapers/i3"
|
||||
exec_always --no-startup-id "xfce4-power-manager"
|
||||
exec --no-startup-id "xfce4-volumed-pulse"
|
||||
exec_always --no-startup-id "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1"
|
||||
exec --no-startup-id "mopidy"
|
||||
#exec_always --no-startup-id "xfce4-power-manager"
|
||||
#exec --no-startup-id "xfce4-volumed-pulse"
|
||||
#exec_always --no-startup-id "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1"
|
||||
#exec --no-startup-id "mopidy"
|
||||
#exec --no-startup-id "syncthing -no-browser"
|
||||
|
||||
bindsym $mod+$shift+w exec --no-startup-id "feh --randomize --bg-fill ~/Pictures/Wallpapers/i3"
|
||||
|
11
.config/i3/kdestartup.sh
Executable file
11
.config/i3/kdestartup.sh
Executable file
@@ -0,0 +1,11 @@
|
||||
#!/bin/bash
|
||||
polybar -r gamma &
|
||||
|
||||
compton &
|
||||
dunst &
|
||||
|
||||
redshift &
|
||||
mopidy &
|
||||
|
||||
xrdb ~/.Xresources
|
||||
killall plasmashell
|
Reference in New Issue
Block a user