33 lines
1.1 KiB
Text
33 lines
1.1 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 ncmpcpp ; \
|
|
exec alacritty --class=cava -e cava ; \
|
|
exec kunst --music_dir /home/severin/music/ --size 512x512'"
|
|
|
|
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 #
|
|
###############################################################################
|
|
# Setup monitor
|
|
exec_always --no-startup-id monitor-setup
|
|
|
|
# Other applications
|
|
exec autokey-gtk
|
|
exec chromium
|
|
|
|
exec ferdi
|
|
exec joplin-desktop
|
|
exec nemo
|
|
exec nemo
|
|
exec keepassxc
|