added ssh config; updated hyprland and ghostty configs

This commit is contained in:
2026-03-12 17:18:48 -06:00
parent fafa5fdc27
commit 28a704f273
4 changed files with 14 additions and 1 deletions

View File

@@ -46,3 +46,4 @@ theme = Catppuccin Frappe
font-size = 14
background-opacity = 0.85
gtk-titlebar = false
shell-integration-features = ssh-terminfo,ssh-env,sudo

View File

@@ -70,3 +70,7 @@ bind = $mainMod, mouse_up, workspace, e-1
# Move/resize windows with mainMod + LMB/RMB and dragging
bindm = $mainMod, mouse:272, movewindow
bindm = $mainMod, mouse:273, resizewindow
# Laptop Lid for opening and close
bindl = , switch:on:Lid Switch, exec, hyprctl dpms off && hyprctl dispatch exec hyprlock
bindl = , switch:off:Lid Switch, exec, hyprctl dispatch dpms on

8
ssh/.ssh/config Normal file
View File

@@ -0,0 +1,8 @@
Host *
ControlMaster auto
ControlPath ~/.ssh/control:%h:%p:%r
ControlPersist 30m
IdentityAgent ~/.1password/agent.sock
Host git.samoneal.io
ProxyCommand cloudflared access ssh --hostname %h