my dotz
2
fork

Configure Feed

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

*

j3s 50cbc6e1 a768c766

+12 -4
+9 -4
.config/sway/config
··· 36 36 # 37 37 # Example configuration: 38 38 # 39 - # exec swayidle -w \ 40 - # timeout 300 'swaylock -f -c 000000' \ 41 - # timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ 42 - # before-sleep 'swaylock -f -c 000000' 39 + #exec swayidle -w \ 40 + # timeout 300 'swaylock -f -c 000000' \ 41 + # timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \ 42 + # before-sleep 'swaylock -f -c 000000' 43 43 # 44 44 # This will lock your screen after 300 seconds of inactivity, then turn off 45 45 # your displays after another 300 seconds, and turn your screens back on when ··· 165 165 166 166 # Move focus to the parent container 167 167 # bindsym $mod+a focus parent 168 + 169 + # Float config 170 + # use swaymsg -t get_tree to find class or app_id 171 + for_window [class="Steam"] floating enable 172 + for_window [class="Mumble"] floating enable 168 173 # 169 174 # Scratchpad: 170 175 #
+3
bin/vpm
··· 4 4 install) 5 5 xbps-install -S "$2" 6 6 ;; 7 + reinstall) 8 + xbps-install -f "$2" 9 + ;; 7 10 remove) 8 11 xbps-remove -R "$2" 9 12 ;;