diff --git a/.config/environment.d/ssh-agent.conf b/.config/environment.d/ssh-agent.conf index 6c4a654..bf4eefd 100644 --- a/.config/environment.d/ssh-agent.conf +++ b/.config/environment.d/ssh-agent.conf @@ -1 +1 @@ -SSH_AUTH_SOCK=/home/pmcc/.1password/agent.sock +SSH_AUTH_SOCK=/home/pmcc/.bitwarden-ssh-agent.sock diff --git a/.config/kitty/kitty.conf b/.config/kitty/kitty.conf index b1cdffc..e79ea58 100644 --- a/.config/kitty/kitty.conf +++ b/.config/kitty/kitty.conf @@ -10,6 +10,8 @@ shell /usr/bin/tmux new-session -A -D -s main # Terminal Type term xterm-256color +map shift+enter send_text all \x1b[13;2u + confirm_os_window_close 0 # BEGIN_KITTY_THEME diff --git a/.config/sway/config b/.config/sway/config index 84c7373..53114b2 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -82,7 +82,7 @@ set $down j set $up k set $right l # Your preferred terminal emulator -set $term alacritty +set $term kitty # Your preferred application launcher set $menu rofi -show drun @@ -230,6 +230,7 @@ for_window [class="Unity" title="Color"] floating enable for_window [app_id="Bitwarden"] floating enable for_window [class="UnrealEditor" title="Editor Preferences"] floating enable for_window [class="UnrealEditor" title="Project Settings"] floating enable +for_window [class="Ark-Vcs"] floating enable assign [class="Unity"] workspace number 3 assign [class="UnrealEditor"] workspace number 3 diff --git a/.tmux.conf b/.tmux.conf index e3f503f..2b21b00 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -27,8 +27,9 @@ set -s escape-time 10 set -g history-limit 50000 # Allow extended keys (Kitty protocol passthrough) -set -g extended-keys on -set -ga terminal-features "*:extkeys" +set -s extended-keys on +set -as terminal-features "*:extkeys" +set -s extended-keys-format csi-u # True color settings set -g default-terminal "tmux-256color"