forked from SArpnt/dotfiles
passthrough mode, seat config (commented out since it breaks many programs)
This commit is contained in:
parent
6fc94ea893
commit
e89ea7dfdb
1 changed files with 12 additions and 0 deletions
|
@ -85,6 +85,13 @@ input "type:touchpad" {
|
|||
}
|
||||
|
||||
seat seat0 xcursor_theme Adwaita
|
||||
#seat laptop xcursor_theme breeze
|
||||
#seat vnc1 xcursor_theme Wii-Pointer-P1
|
||||
#seat vnc2 xcursor_theme Wii-Pointer-P2
|
||||
#seat vnc3 xcursor_theme Wii-Pointer-P3
|
||||
#seat vnc4 xcursor_theme Wii-Pointer-P4
|
||||
#seat laptop attach "1:1:AT_Translated_Set_2_keyboard"
|
||||
#seat laptop attach "1267:12351:ELAN0511:00_04F3:303F_Touchpad"
|
||||
|
||||
### Key bindings
|
||||
# Basics:
|
||||
|
@ -199,6 +206,11 @@ mode "resize" {
|
|||
bindsym Escape mode "default"
|
||||
}
|
||||
|
||||
mode passthrough {
|
||||
bindsym $mod+Pause mode default
|
||||
}
|
||||
bindsym $mod+Pause mode passthrough
|
||||
|
||||
# Status Bar:
|
||||
# Read `man 5 sway-bar` for more information about this section.
|
||||
bar {
|
||||
|
|
Loading…
Reference in a new issue