my dotz
2
fork

Configure Feed

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

stuffs

j3s b0223d56 50cbc6e1

+9 -4
+1
.config/rss-feeds.txt
··· 12 12 https://blog.tildes.net/all.atom.xml 13 13 https://100r.co/links/rss.xml 14 14 https://www.bitquabit.com/index.xml 15 + http://antirez.com/rss
+7 -3
.config/sway/config
··· 18 18 # Your preferred application launcher 19 19 # Note: pass the final command to swaymsg so that the resulting window can be opened 20 20 # on the original workspace that the command was run on. 21 - set $menu dmenu_path | dmenu | xargs swaymsg exec -- 21 + # set $menu dmenu_path | dmenu | xargs swaymsg exec -- 22 + set $launcher dmenu_path | fzf | xargs swaymsg exec -- 22 23 23 24 ### Output configuration 24 25 # 25 26 # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) 26 - output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill 27 + output * bg /home/j3s/Pictures/wallpapers/widelain.jpg fill 27 28 # 28 29 # Example configuration: 29 30 # ··· 75 76 bindsym $mod+Shift+q kill 76 77 77 78 # Start your launcher 78 - bindsym $mod+d exec $menu 79 + # bindsym $mod+d exec $menu 80 + bindsym $mod+d exec alacritty --dimensions 64 16 --title 'launcher' -e sh -c \'$launcher\' 81 + for_window [title="^launcher$"] floating enable, border pixel 79 82 80 83 # Drag floating windows by holding down $mod and left mouse button. 81 84 # Resize them with right mouse button + $mod. ··· 153 156 # bindsym $mod+s layout stacking 154 157 # bindsym $mod+w layout tabbed 155 158 # bindsym $mod+e layout toggle split 159 + default_border pixel 156 160 157 161 # Make the current focus fullscreen 158 162 bindsym $mod+f fullscreen
+1 -1
.vimrc
··· 140 140 endif 141 141 142 142 try 143 - colorscheme desert 143 + colorscheme sunbather 144 144 catch 145 145 endtry 146 146