diff --git a/ghostty/.config/ghostty/config b/ghostty/.config/ghostty/config index 6bebd92..65f13a2 100644 --- a/ghostty/.config/ghostty/config +++ b/ghostty/.config/ghostty/config @@ -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 diff --git a/hyprland/.config/hypr/binding.conf b/hyprland/.config/hypr/binding.conf index 4063ea3..e2a9832 100644 --- a/hyprland/.config/hypr/binding.conf +++ b/hyprland/.config/hypr/binding.conf @@ -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 diff --git a/nvim/.config/nvim b/nvim/.config/nvim index 50a8c1f..bed9726 160000 --- a/nvim/.config/nvim +++ b/nvim/.config/nvim @@ -1 +1 @@ -Subproject commit 50a8c1fcc7b7081eed45fb2956ce678f7c44bebf +Subproject commit bed9726930939818c84457cf1ec08027d098c338 diff --git a/ssh/.ssh/config b/ssh/.ssh/config new file mode 100644 index 0000000..8a57e91 --- /dev/null +++ b/ssh/.ssh/config @@ -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