diff --git a/desktop/configs/sway/.config/sway/settings/binds b/desktop/configs/sway/.config/sway/settings/binds index d67abd0..78e3c8a 100644 --- a/desktop/configs/sway/.config/sway/settings/binds +++ b/desktop/configs/sway/.config/sway/settings/binds @@ -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%+ diff --git a/desktop/configs/sway/.config/sway/settings/config b/desktop/configs/sway/.config/sway/settings/config index 6807131..eb25c41 100644 --- a/desktop/configs/sway/.config/sway/settings/config +++ b/desktop/configs/sway/.config/sway/settings/config @@ -19,7 +19,6 @@ mouse_warping none input "2362:9523:Gaming_Mouse" { accel_profile flat dwt enabled - middle_emulation enabled pointer_accel 0.5 } diff --git a/desktop/configs/sway/.config/sway/settings/rules b/desktop/configs/sway/.config/sway/settings/rules index 7733935..d74b6ac 100644 --- a/desktop/configs/sway/.config/sway/settings/rules +++ b/desktop/configs/sway/.config/sway/settings/rules @@ -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 diff --git a/desktop/configs/tmux/.config/tmux/tmux.conf b/desktop/configs/tmux/.config/tmux/tmux.conf index 1d9eefe..e1bb1b6 100644 --- a/desktop/configs/tmux/.config/tmux/tmux.conf +++ b/desktop/configs/tmux/.config/tmux/tmux.conf @@ -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