Commit bea2faa
Changed files (3)
.config
hypr
modules
tmux
.local
share
applications
.config/hypr/modules/autostart.lua
@@ -17,8 +17,6 @@ hl.on("hyprland.start", function()
hl.exec_cmd("$(awk -F= '/^Exec/ {print $2; exit}' ~/.local/share/applications/Beeper.desktop)")
hl.exec_cmd("thunderbird")
+ hl.dispatch(hl.dsp.focus({workspace="5"}))
- hl.timer(function()
- hl.dispatch(hl.dsp.focus({workspace ="5"}))
- end,{timeout= 1500,type="oneshot"})
end)
.config/tmux/core.conf
@@ -6,6 +6,7 @@ set-option -ga terminal-overrides ',xterm-ghostty:RGB'
# Extended keys support for Ghostty
set -s extended-keys on
set -as terminal-features 'xterm-ghostty:extkeys'
+set -g extended-keys-format csi-u
# General Settings
set -g history-limit 1000000