Update
This commit is contained in:
@@ -1 +1 @@
|
||||
SSH_AUTH_SOCK=/home/pmcc/.1password/agent.sock
|
||||
SSH_AUTH_SOCK=/home/pmcc/.bitwarden-ssh-agent.sock
|
||||
|
||||
@@ -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
|
||||
|
||||
+2
-1
@@ -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
|
||||
|
||||
+3
-2
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user