small pixel drawing of a pufferfish dotfiles

stuffs
j3s j3s@c3f.net
Sun, 04 Oct 2020 13:02:50 -0500
commit

b0223d56c663be6d918634d2017539dd0ffc57a3

parent

50cbc6e11bc96fe27e3bb1aff08047ee82b66ee7

3 files changed, 9 insertions(+), 4 deletions(-)

jump to
M .config/rss-feeds.txt.config/rss-feeds.txt

@@ -12,3 +12,4 @@ https://puri.sm/feed

https://blog.tildes.net/all.atom.xml https://100r.co/links/rss.xml https://www.bitquabit.com/index.xml +http://antirez.com/rss
M .config/sway/config.config/sway/config

@@ -18,12 +18,13 @@ set $term alacritty

# Your preferred application launcher # Note: pass the final command to swaymsg so that the resulting window can be opened # on the original workspace that the command was run on. -set $menu dmenu_path | dmenu | xargs swaymsg exec -- +# set $menu dmenu_path | dmenu | xargs swaymsg exec -- +set $launcher dmenu_path | fzf | xargs swaymsg exec -- ### Output configuration # # Default wallpaper (more resolutions are available in /usr/share/backgrounds/sway/) -output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill +output * bg /home/j3s/Pictures/wallpapers/widelain.jpg fill # # Example configuration: #

@@ -75,7 +76,9 @@ # Kill focused window

bindsym $mod+Shift+q kill # Start your launcher - bindsym $mod+d exec $menu + # bindsym $mod+d exec $menu + bindsym $mod+d exec alacritty --dimensions 64 16 --title 'launcher' -e sh -c \'$launcher\' + for_window [title="^launcher$"] floating enable, border pixel # Drag floating windows by holding down $mod and left mouse button. # Resize them with right mouse button + $mod.

@@ -153,6 +156,7 @@ # Switch the current container between different layout styles

# bindsym $mod+s layout stacking # bindsym $mod+w layout tabbed # bindsym $mod+e layout toggle split + default_border pixel # Make the current focus fullscreen bindsym $mod+f fullscreen
M .vimrc.vimrc

@@ -140,7 +140,7 @@ set t_Co=256

endif try - colorscheme desert + colorscheme sunbather catch endtry