diff options
Diffstat (limited to '.config')
-rw-r--r-- | .config/X11/Xresources | 2 | ||||
-rw-r--r-- | .config/i3/config | 1 | ||||
-rw-r--r-- | .config/ncmpcpp/config | 2 | ||||
-rw-r--r-- | .config/startpage/index.html | 6 |
4 files changed, 4 insertions, 7 deletions
diff --git a/.config/X11/Xresources b/.config/X11/Xresources index 4089089..7665356 100644 --- a/.config/X11/Xresources +++ b/.config/X11/Xresources @@ -19,7 +19,7 @@ *.background: #121213 *.cursorColor: #fdf9f7 -*.font: JetBrainsMono NF:style=Medium,Regular:size=10 +*.font: JetBrainsMono NF:style=Medium,Regular:size=9.5 *.termname: st-256color *.shell: /bin/sh diff --git a/.config/i3/config b/.config/i3/config index 312f2e3..d8948a6 100644 --- a/.config/i3/config +++ b/.config/i3/config @@ -88,6 +88,7 @@ bindsym $mod+Shift+8 move container to workspace number $ws8 # always floating windows for_window [class="Steam"] floating enable for_window [class="cinquo"] floating enable +for_window [class="RAIL"] floating enable for_window [class="Conky"] floating enable for_window [title="Farge"] floating enable for_window [title="^\[floating\].*"] floating enable diff --git a/.config/ncmpcpp/config b/.config/ncmpcpp/config index 0afd73a..6775660 100644 --- a/.config/ncmpcpp/config +++ b/.config/ncmpcpp/config @@ -21,7 +21,7 @@ state_flags_color = blue main_window_color = white current_item_prefix = $(magenta)$r song_columns_list_format = (20)[]{a} (6f)[blue]{NE} (50)[white]{t|f:Title} (20)[blue]{} (7f)[magenta]{l} -song_list_format = "{{%a - %t}|{%f}}{$R%l}" +song_list_format = " {{%a - %t}|{%f}}{$R%l} " window_border_color = blue now_playing_prefix = "$b$6" diff --git a/.config/startpage/index.html b/.config/startpage/index.html index bc70293..727a260 100644 --- a/.config/startpage/index.html +++ b/.config/startpage/index.html @@ -20,14 +20,12 @@ <h3 style="color: var(--color6)">nerd shit</h3> <a href="https://github.com/lonkaars">github</a> <a href="https://monkeytype.com/">monkey-type</a> - <a href="https://frikandelbroodje:3000/">gitea</a> - <a href="https://10fastfingers.com/typing-test/dutch">10fastfingers</a> + <a href="https://xn--thepratebay-fcb.se/">tpb</a> </div> <div class="column"> <h3 style="color: var(--color4)">ports</h3> <a href="https://localhost:443">bitwarden</a> <a href="http://localhost:8384">syncthing</a> - <a href="http://frikandelbroodje:8096">jellyfin</a> <a href="http://localhost:9091">transmission</a> </div> <div class="column"> @@ -35,8 +33,6 @@ <a href="https://www.reddit.com/new">reddit</a> <a href="https://www.twitter.com/">twitter</a> <a href="https://www.twitch.com/directory/following">twitch</a> - <a href="https://www.youtube.com/">youtube</a> - <a href="https://www.soundcloud.com/">soundcloud</a> </div> <div class="column"> <h3 style="color: var(--color1)">school</h3> |