added ssh config; updated hyprland and ghostty configs
This commit is contained in:
@@ -46,3 +46,4 @@ theme = Catppuccin Frappe
|
|||||||
font-size = 14
|
font-size = 14
|
||||||
background-opacity = 0.85
|
background-opacity = 0.85
|
||||||
gtk-titlebar = false
|
gtk-titlebar = false
|
||||||
|
shell-integration-features = ssh-terminfo,ssh-env,sudo
|
||||||
|
|||||||
@@ -70,3 +70,7 @@ bind = $mainMod, mouse_up, workspace, e-1
|
|||||||
# Move/resize windows with mainMod + LMB/RMB and dragging
|
# Move/resize windows with mainMod + LMB/RMB and dragging
|
||||||
bindm = $mainMod, mouse:272, movewindow
|
bindm = $mainMod, mouse:272, movewindow
|
||||||
bindm = $mainMod, mouse:273, resizewindow
|
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
|
||||||
|
|||||||
Submodule nvim/.config/nvim updated: 50a8c1fcc7...bed9726930
8
ssh/.ssh/config
Normal file
8
ssh/.ssh/config
Normal 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
|
||||||
Reference in New Issue
Block a user