Fix mouse scrolling
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
294728fb68
commit
d4a9416491
5 changed files with 228 additions and 1 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 firefox
|
||||
|
||||
exec discord
|
||||
exec joplin-desktop
|
||||
exec thunar
|
||||
exec thunar
|
||||
exec keepassxc
|
Loading…
Add table
Add a link
Reference in a new issue