fix: middle_emulation on desktop bad

This commit is contained in:
jabuxas 2024-09-06 10:13:57 -03:00
parent d46cf0af89
commit 2d1c007e6c
4 changed files with 5 additions and 1 deletions

View File

@ -86,6 +86,7 @@ bindsym $mod+Print exec ~/.local/bin/print-tmp.sh
bindsym Shift+Print exec ~/.local/bin/way-print.sh s bindsym Shift+Print exec ~/.local/bin/way-print.sh s
bindsym Control+Shift+Print exec ~/.local/bin/way-print.sh t bindsym Control+Shift+Print exec ~/.local/bin/way-print.sh t
bindsym Control+Print exec ~/.local/bin/print-window.sh 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 # audio
bindsym XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+ bindsym XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%+

View File

@ -19,7 +19,6 @@ mouse_warping none
input "2362:9523:Gaming_Mouse" { input "2362:9523:Gaming_Mouse" {
accel_profile flat accel_profile flat
dwt enabled dwt enabled
middle_emulation enabled
pointer_accel 0.5 pointer_accel 0.5
} }

View File

@ -1,4 +1,5 @@
for_window [class="Anki" title="Add"] floating enable 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 [shell=".*"] inhibit_idle fullscreen
for_window [app_id=".*office.*"] move to workspace 5 for_window [app_id=".*office.*"] move to workspace 5
for_window [app_id="WebCord"] move to workspace 6 for_window [app_id="WebCord"] move to workspace 6

View File

@ -12,6 +12,9 @@ bind C-o display-popup -E "~/.cargo/bin/tms"
unbind C-j unbind C-j
bind C-j display-popup -E "~/.cargo/bin/tms switch" bind C-j display-popup -E "~/.cargo/bin/tms switch"
unbind C-k
bind C-k display-popup -E "~/.cargo/bin/tms kill"
unbind % unbind %
bind | split-window -h bind | split-window -h