46 lines
1.3 KiB
Text
46 lines
1.3 KiB
Text
###############################################################################
|
|
# Layouts #
|
|
###############################################################################
|
|
exec --no-startup-id "i3-msg 'workspace 10: ; \
|
|
append_layout /home/severin/.config/i3/workspace-10.json; \
|
|
exec alacritty --class=cmus -e cmus ; \
|
|
exec alacritty --class=cava -e cava ; \
|
|
exec sxiv -b -s f $HOME/.local/share/cmus/.cover'"
|
|
|
|
exec --no-startup-id "i3-msg 'workspace 2: ; \
|
|
append_layout /home/severin/.config/i3/workspace-2.json; \
|
|
exec alacritty; \
|
|
exec alacritty; \
|
|
exec alacritty; \
|
|
exec alacritty'"
|
|
|
|
exec --no-startup-id "i3-msg 'workspace 1: '"
|
|
|
|
###############################################################################
|
|
# Startup applications #
|
|
###############################################################################
|
|
# Start compton
|
|
exec --no-startup-id compton -b
|
|
|
|
# Start polybar
|
|
exec_always --no-startup-id $XDG_CONFIG_HOME/polybar/launch
|
|
|
|
# Start dunst
|
|
exec --no-startup-id dunst
|
|
|
|
# Set resolution
|
|
exec_always --no-startup-id resolution
|
|
|
|
# Set wallpaper
|
|
exec_always --no-startup-id wallpaper
|
|
|
|
# Other applications
|
|
exec autokey-gtk
|
|
exec google-chrome-beta
|
|
|
|
exec riot-desktop
|
|
exec discord
|
|
exec nemo
|
|
exec nemo
|
|
exec keepassxc
|
|
exec notable
|