Switch from alacritty to kitty
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
485da13e5e
commit
6b294fb7dd
10 changed files with 42 additions and 228 deletions
21
system/.config/i3/config.odin
Normal file
21
system/.config/i3/config.odin
Normal file
|
@ -0,0 +1,21 @@
|
|||
###############################################################################
|
||||
# Layouts #
|
||||
###############################################################################
|
||||
exec --no-startup-id "i3-msg 'workspace 2: ; exec kitty'"
|
||||
exec --no-startup-id "i3-msg 'workspace 1: '"
|
||||
|
||||
###############################################################################
|
||||
# Startup applications #
|
||||
###############################################################################
|
||||
# Setup monitor
|
||||
exec_always --no-startup-id monitor-setup
|
||||
exec_always --no-startup-id picom -b --experimental-backends
|
||||
|
||||
# Other applications
|
||||
exec chromium
|
||||
|
||||
exec discord
|
||||
exec joplin-desktop
|
||||
exec nemo
|
||||
exec nemo
|
||||
exec keepassxc
|
Loading…
Add table
Add a link
Reference in a new issue