repos / dotfiles

my dotfiles

commit
ec1674d
parent
b2ad73e
author
Eric Bower
date
2025-03-04 09:43:08 -0500 EST
chore: add xor
2 files changed,  +7, -1
M dot_config/sway/config
+2, -1
 1@@ -46,7 +46,8 @@ bindsym XF86MonBrightnessDown exec light -U 1
 2 bindsym XF86AudioMute exec pamixer --toggle-mute
 3 bindsym XF86AudioLowerVolume exec pamixer -d 5
 4 bindsym XF86AudioRaiseVolume exec pamixer -i 5
 5-bindsym $mod+Shift+s exec grimshot --notify save area
 6+# bindsym $mod+Shift+s exec grimshot --notify save area
 7+bindsym $mod+Shift+s exec grim -g "$(slurp)" -t png ~/screenshot.png 
 8 
 9 input "type:touchpad" {
10     tap enabled
M dot_ssh/config
+5, -0
 1@@ -36,6 +36,11 @@ Host gpu
 2     User erock
 3     IdentityFile ~/.ssh/id_ed25519
 4 
 5+Host xor
 6+    HostName 192.168.88.193
 7+    User erock
 8+    IdentityFile ~/.ssh/id_ed25519
 9+
10 Host cpu
11     HostName 192.168.88.225
12     User erock