Separate work and private configuration
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
492115cbd0
commit
9f29f25756
8 changed files with 104 additions and 72 deletions
37
system/.config/i3/config.work
Normal file
37
system/.config/i3/config.work
Normal file
|
@ -0,0 +1,37 @@
|
|||
###############################################################################
|
||||
# Layouts #
|
||||
###############################################################################
|
||||
exec --no-startup-id "i3-msg 'workspace 2: ; \
|
||||
append_layout /home/severin/.config/i3/workspace-2.json; \
|
||||
exec termite; \
|
||||
exec termite; \
|
||||
exec termite; \
|
||||
exec termite'"
|
||||
|
||||
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 Thunar
|
||||
exec Thunar
|
||||
exec keepassxc
|
Loading…
Add table
Add a link
Reference in a new issue