initial checkin with most things working, but still mostly my i3 config

This commit is contained in:
Alex Kelly 2023-11-27 10:33:02 -05:00
commit 0a34210827
23 changed files with 701 additions and 0 deletions

10
conf.d/mode_mouse.conf Normal file
View 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"
}