initial checkin with most things working, but still mostly my i3 config
This commit is contained in:
commit
0a34210827
23 changed files with 701 additions and 0 deletions
10
conf.d/mode_mouse.conf
Normal file
10
conf.d/mode_mouse.conf
Normal file
|
@ -0,0 +1,10 @@
|
|||
# use keyboard as mouse with warpd
|
||||
bindsym $mod+semicolon mode "mouse"
|
||||
mode "mouse" {
|
||||
bindsym x mode default, exec warpd --hint
|
||||
bindsym c mode default, exec warpd --normal
|
||||
bindsym g mode default, exec warpd --grid
|
||||
|
||||
bindsym Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue