diff options
author | Thanos Apollo <[email protected]> | 2024-05-17 03:02:33 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-05-17 03:02:33 +0300 |
commit | dfeb54ec0cf4b6e50ff662f88203e6cdeb1cf3e8 (patch) | |
tree | e7aa5bc78245753f387da3beb1823601dfe396af /.config | |
parent | 2a97b778e543dea95a7708ad725e6d4f6fd1558b (diff) |
sway: Disable tailscaled
Diffstat (limited to '.config')
-rw-r--r-- | .config/sway/config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/sway/config b/.config/sway/config index 94e82d6..d8a1b33 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -1,7 +1,7 @@ ## Mod key set $mod Mod4 -exec sudo /home/thanos/.local/bin/tailscaled +#exec sudo /home/thanos/.local/bin/tailscaled exec waybar bindsym $mod+z exec waybar bindsym $mod+o exec killall -SIGUSR1 waybar |