Actually use focus_follows_pointer and pointer_warp_on_focus_change
This commit is contained in:
parent
c4d2c40f1a
commit
676ca40891
5 changed files with 37 additions and 26 deletions
10
examples/config.kdl
Normal file
10
examples/config.kdl
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
attach_mode top
|
||||
|
||||
focus_follows_pointer true
|
||||
pointer_warp_on_focus_change true
|
||||
|
||||
borders {
|
||||
width 2
|
||||
color_focused 0x89b4fa
|
||||
color_unfocused 0x1e1e2e
|
||||
}
|
||||
|
|
@ -1,6 +0,0 @@
|
|||
#! /bin/sh
|
||||
|
||||
./zig-out/bin/beansprout &
|
||||
|
||||
/usr/bin/foot &
|
||||
/usr/bin/foot &
|
||||
Loading…
Add table
Add a link
Reference in a new issue