31 lines
981 B
Text
31 lines
981 B
Text
###############################################################################
|
|
# Layouts #
|
|
###############################################################################
|
|
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 --experimental-backends
|
|
|
|
# Start dunst
|
|
exec --no-startup-id dunst
|
|
|
|
# Setup monitor
|
|
exec_always --no-startup-id monitor-setup
|
|
|
|
# Other applications
|
|
exec autokey-gtk
|
|
exec google-chrome-beta
|
|
exec rambox
|
|
|
|
exec nemo
|
|
exec nemo
|