my dotz
0

Configure Feed

Select the types of activity you want to include in your feed.

Shutdown wifi when docked

+2 -2
+2 -2
.config/sway/config
··· 27 27 28 28 # clamshell mode 29 29 set $laptop eDP-1 30 - bindswitch --reload lid:on output $laptop disable 31 - bindswitch --reload lid:off output $laptop enable 30 + bindswitch --reload lid:on output $laptop disable ; exec sudo ip link set down wlp2s0 31 + bindswitch --reload lid:off output $laptop enable ; exec sudo ip link set up wlp2s0 32 32 33 33 # You can get the names of your outputs by running: swaymsg -t get_outputs 34 34