refactor *started*
This commit is contained in:
parent
d0413cb830
commit
db2103a37d
103 changed files with 1008 additions and 786 deletions
36
home/configs/niri/config.kdl
Normal file
36
home/configs/niri/config.kdl
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
output "AOC Q27G2WG4" {
|
||||
mode "2560x1440@144"
|
||||
position x=3840 y=0
|
||||
variable-refresh-rate on-demand=true
|
||||
}
|
||||
|
||||
input {
|
||||
keyboard {
|
||||
xkb {
|
||||
layout "de"
|
||||
}
|
||||
repeat-delay 600
|
||||
repeat-rate 20
|
||||
track-layout "global"
|
||||
}
|
||||
touchpad {
|
||||
|
||||
}
|
||||
mouse {
|
||||
accel-speed 0.5
|
||||
accel-profile "flat"
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
binds {
|
||||
Mod+WheelScrollDown cooldown-ms=150 { focus-workspace-down; }
|
||||
Mod+WheelScrollUp cooldown-ms=150 { focus-workspace-up; }
|
||||
|
||||
Mod+Left {focus-column-left; }
|
||||
Mod+Right {focus-column-right; }
|
||||
Mod+D { spawn "walker"; }
|
||||
Mod+Shift+P { quit; }
|
||||
Mod+Return { spawn "kitty";}
|
||||
}
|
||||
include "./noctalia.kdl"
|
||||
Loading…
Add table
Add a link
Reference in a new issue