fix: middle_emulation on desktop bad
This commit is contained in:
parent
d46cf0af89
commit
2d1c007e6c
@ -86,6 +86,7 @@ bindsym $mod+Print exec ~/.local/bin/print-tmp.sh
|
||||
bindsym Shift+Print exec ~/.local/bin/way-print.sh s
|
||||
bindsym Control+Shift+Print exec ~/.local/bin/way-print.sh t
|
||||
bindsym Control+Print exec ~/.local/bin/print-window.sh
|
||||
bindsym $mod+Alt+x exec XL_SECRET_PROVIDER=FILE flatpak run --parent-expose-pids --parent-share-pids --parent-pid=1 --branch=stable --arch=x86_64 --command=xivlauncher dev.goats.xivlauncher
|
||||
|
||||
# audio
|
||||
bindsym XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+
|
||||
|
@ -19,7 +19,6 @@ mouse_warping none
|
||||
input "2362:9523:Gaming_Mouse" {
|
||||
accel_profile flat
|
||||
dwt enabled
|
||||
middle_emulation enabled
|
||||
pointer_accel 0.5
|
||||
}
|
||||
|
||||
|
@ -1,4 +1,5 @@
|
||||
for_window [class="Anki" title="Add"] floating enable
|
||||
for_window [class="vrising.exe"] move to workspace 9
|
||||
for_window [shell=".*"] inhibit_idle fullscreen
|
||||
for_window [app_id=".*office.*"] move to workspace 5
|
||||
for_window [app_id="WebCord"] move to workspace 6
|
||||
|
@ -12,6 +12,9 @@ bind C-o display-popup -E "~/.cargo/bin/tms"
|
||||
unbind C-j
|
||||
bind C-j display-popup -E "~/.cargo/bin/tms switch"
|
||||
|
||||
unbind C-k
|
||||
bind C-k display-popup -E "~/.cargo/bin/tms kill"
|
||||
|
||||
unbind %
|
||||
bind | split-window -h
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user