overhauls several aspects of my desktop setup and layout
This commit is contained in:
parent
6227c05c2c
commit
9c5f7c94bc
5 changed files with 101 additions and 67 deletions
|
|
@ -29,7 +29,7 @@ env = QT_QPA_PLATFORMTHEME,qt5ct # change to qt6ct if you have that
|
|||
# Outputs
|
||||
|
||||
monitor=DP-1,1920x1080@239.760,0x0,1
|
||||
monitor=DP-2,1920x1080@239.760,1920x0,1
|
||||
monitor=DP-2,1920x1080@239.760,1920x-385,1,transform,3
|
||||
monitor = , preferred, auto, 1
|
||||
|
||||
# Input devices
|
||||
|
|
@ -66,11 +66,11 @@ exec-once = [workspace 1 silent] firefox
|
|||
exec-once = libreoffice --writer --norestore
|
||||
exec-once = gimp
|
||||
exec-once = virt-manager
|
||||
exec-once = [workspace 2 silent] kitty --session ~/.config/kitty/session --listen-on=unix:@mykitty
|
||||
exec-once = [workspace 2 silent] sleep 1; kitty newsboat
|
||||
exec-once = [workspace 6 silent] kitty btop
|
||||
exec-once = [workspace 9 silent] kitty --session ~/.config/kitty/session --listen-on=unix:@mykitty
|
||||
exec-once = [workspace 10 silent] sleep 1; kitty newsboat
|
||||
exec-once = [workspace 7 silent] kitty btop
|
||||
exec-once = [workspace 6 silent] sleep 1; kitty
|
||||
exec-once = [workspace 6 silent] sleep 2; kitty zsh -c "source ~/.zshrc;nnn -deUxH"
|
||||
exec-once = [workspace 8 silent] sleep 2; kitty zsh -c "source ~/.zshrc;nnn -deUxH"
|
||||
exec-once = steam -silent
|
||||
exec-once = sleep 1; heroic --ozone-platform=wayland
|
||||
exec-once = [workspace special:password silent] keepassxc
|
||||
|
|
@ -135,6 +135,7 @@ master {
|
|||
|
||||
cursor {
|
||||
hide_on_key_press = true
|
||||
no_hardware_cursors = true
|
||||
}
|
||||
|
||||
# Miscellaneous
|
||||
|
|
@ -148,19 +149,19 @@ misc {
|
|||
|
||||
windowrule {
|
||||
name = windowrule-1
|
||||
workspace = 3 silent
|
||||
workspace = 2 silent
|
||||
match:class = libreoffice-writer
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = windowrule-2
|
||||
workspace = 4 silent
|
||||
workspace = 3 silent
|
||||
match:class = gimp
|
||||
}
|
||||
|
||||
windowrule {
|
||||
name = windowrule-3
|
||||
workspace = 5 silent
|
||||
workspace = 4 silent
|
||||
match:class = virt-manager
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue