Stuff: Build i3 for startup from within Plasma
This commit is contained in:
parent
4e78d30425
commit
c3451779ba
@ -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.
|
# 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 --no-startup-id "i3lock -i ~/.i3splash"
|
||||||
|
|
||||||
exec_always --no-startup-id "killall polybar; sleep 1; polybar -r gamma"
|
#exec_always --no-startup-id "killall polybar; sleep 1; polybar -r gamma"
|
||||||
exec --no-startup-id "redshift"
|
#exec --no-startup-id "redshift"
|
||||||
exec_always --no-startup-id "compton --config ~/.config/compton.conf"
|
#exec_always --no-startup-id "compton --config ~/.config/compton.conf"
|
||||||
exec_always --no-startup-id "dunst"
|
#exec_always --no-startup-id "dunst"
|
||||||
exec_always --no-startup-id "feh --randomize --bg-tile ~/Pictures/Wallpapers/i3"
|
exec_always --no-startup-id "feh --randomize --bg-tile ~/Pictures/Wallpapers/i3"
|
||||||
exec_always --no-startup-id "xfce4-power-manager"
|
#exec_always --no-startup-id "xfce4-power-manager"
|
||||||
exec --no-startup-id "xfce4-volumed-pulse"
|
#exec --no-startup-id "xfce4-volumed-pulse"
|
||||||
exec_always --no-startup-id "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1"
|
#exec_always --no-startup-id "/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1"
|
||||||
exec --no-startup-id "mopidy"
|
#exec --no-startup-id "mopidy"
|
||||||
#exec --no-startup-id "syncthing -no-browser"
|
#exec --no-startup-id "syncthing -no-browser"
|
||||||
|
|
||||||
bindsym $mod+$shift+w exec --no-startup-id "feh --randomize --bg-fill ~/Pictures/Wallpapers/i3"
|
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
|
1
.config/plasma-workspace/env/set_window_manager.sh
vendored
Executable file
1
.config/plasma-workspace/env/set_window_manager.sh
vendored
Executable file
@ -0,0 +1 @@
|
|||||||
|
export KDEWM=/usr/bin/i3
|
1
.zshrc
1
.zshrc
@ -2,6 +2,7 @@ if [[ -f "/etc/profile" ]]; then
|
|||||||
source /etc/profile 2>& /dev/null
|
source /etc/profile 2>& /dev/null
|
||||||
fi
|
fi
|
||||||
export ZSH=/home/salt/.oh-my-zsh
|
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"
|
# 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.
|
# it'll load a random theme each time that oh-my-zsh is loaded.
|
||||||
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
# See https://github.com/robbyrussell/oh-my-zsh/wiki/Themes
|
||||||
|
Loading…
Reference in New Issue
Block a user