Stuff: Build i3 for startup from within Plasma

This commit is contained in:
Salt 2017-11-27 13:33:12 -06:00
parent 4e78d30425
commit c3451779ba
4 changed files with 21 additions and 8 deletions

View File

@ -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
View File

@ -0,0 +1,11 @@
#!/bin/bash
polybar -r gamma &
compton &
dunst &
redshift &
mopidy &
xrdb ~/.Xresources
killall plasmashell

View File

@ -0,0 +1 @@
export KDEWM=/usr/bin/i3

1
.zshrc
View File

@ -2,6 +2,7 @@ if [[ -f "/etc/profile" ]]; then
source /etc/profile 2>& /dev/null
fi
export ZSH=/home/salt/.oh-my-zsh
export LANG="en_US.UTF-8"
# Set name of the theme to load. Optionally, if you set this to "random"
# it'll load a random theme each time that oh-my-zsh is loaded.
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes