From 1cf43e0fdb342d71c34bf00796233abc39ebb275 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Fri, 22 Dec 2023 21:49:47 +0100 Subject: Minor update of bashrc, aliasrc and i3's config --- dot_config/aliasrc | 1 + dot_config/i3/config | 2 ++ 2 files changed, 3 insertions(+) (limited to 'dot_config') diff --git a/dot_config/aliasrc b/dot_config/aliasrc index c7310c2..22ec1e4 100644 --- a/dot_config/aliasrc +++ b/dot_config/aliasrc @@ -24,3 +24,4 @@ alias mpv='mpv --input-ipc-server=/tmp/mpvsoc$(date +%s)' \ mm='cd ~/Music && ls -A !(data-music)' \ ipa='ip -c a' \ wget='wget --hsts-file="$XDG_DATA_HOME"/wget-hsts' \ + scd='echo "YOU USED SCD, BE CAREFUL" ; cd' \ diff --git a/dot_config/i3/config b/dot_config/i3/config index e3d7846..ea43ddd 100644 --- a/dot_config/i3/config +++ b/dot_config/i3/config @@ -399,3 +399,5 @@ exec_always --no-startup-id /usr/bin/i3wsr #(L)ock bindsym $mod+Ctrl+l exec i3lock --show-failed-attempts --image="$HOME/Pictures/superhot_wpp.png" + +for_window [class="mpv"] floating enable -- cgit v1.2.3 d>
aboutsummaryrefslogtreecommitdiffstats
path: root/target/site/jacoco/musichub.util/XMLHandler.html (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-27Added an extension check for songs and covered it with a test.Clyhtsuriva65-77/+92
2021-06-27Fix : Javadoc missingClyhtsuriva80-0/+8465
2021-06-27PlayList class covered at 84%.Clyhtsuriva14-78/+117
2021-06-27Song class fully covered.Clyhtsuriva13-49/+96
2021-06-27Starting Song testsClyhtsuriva17-59/+119
2021-06-27Changed the log type for the JUnit test of LogHandlerClyhtsuriva5-26/+4
2021-06-27XMLHandler tests covered at 91%Clyhtsuriva93-7962/+82