my dotz
2
fork

Configure Feed

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

re-fix screensharing on ff

+6 -3
+6 -3
.profile
··· 3 3 export EDITOR=nvim 4 4 export LANG=en_US.UTF-8 5 5 export GDK_BACKEND=wayland 6 - # https://wiki.archlinux.org/title/Firefox#Applications_on_Wayland_can_not_launch_Firefox 6 + 7 + ## https://wiki.archlinux.org/title/Firefox#Applications_on_Wayland_can_not_launch_Firefox 7 8 export MOZ_DBUS_REMOTE=1 8 - # export XDG_CURRENT_DESKTOP=sway 9 + export XDG_CURRENT_DESKTOP=sway 10 + ## 9 11 10 - # DO 12 + ## DO 11 13 export CHEF_USER_NAME=jolson 12 14 export KITCHEN_SSH_GATEWAY_USERNAME=jolson 13 15 export DIGITALOCEAN_ACCESS_TOKEN="$(pa show cloud.digitalocean.com | head -1)" 14 16 export DIGITALOCEAN_STAGE2_ACCESS_TOKEN="$(pa show stage2.cloud.digitalocean.com | head -1)" 17 + ## 15 18 16 19 # this apparently makes java windows not suck 17 20 # for reasons beyond my mortal comprehension