From 6b129df7eecd64f7a5c8cbe946d0511f91f002f9 Mon Sep 17 00:00:00 2001 From: clyhtsuriva Date: Mon, 27 Dec 2021 20:28:19 +0100 Subject: Updated with chezmoi --- dot_xprofile | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dot_xprofile (limited to 'dot_xprofile') diff --git a/dot_xprofile b/dot_xprofile new file mode 100644 index 0000000..f333e35 --- /dev/null +++ b/dot_xprofile @@ -0,0 +1,11 @@ +#!/bin/sh + +# This file runs when a DM logs you into a graphical session. +# If you use startx/xinit like a Chad, this file will also be sourced. + +xset r rate 300 50 & # Speed xrate up +unclutter & # Remove mouse when idle +dunst & # dunst for notifications + +sct 3500 & +xbacklight -set 25 & -- cgit v1.2.3 de4b3171b96a1b5137d7dad9b1ca'/> Music app in Java
aboutsummaryrefslogtreecommitdiffstats
path: root/target/site/apidocs/musichub/main/Main.html (unfollow)
Commit message (Expand)AuthorFilesLines
2021-06-28Changed the the phrasing for wrong path.Clyhtsuriva2-2/+2
2021-06-28Handling wrong input for songs' length at creation (command c)Clyhtsuriva2-7/+16
2021-06-28Changed the type of switch used in AudioElement.javaClyhtsuriva1-24/+14
2021-06-28Change out to err for the path verification error message.Clyhtsuriva1-1/+2
2021-06-28Added a break at the end of the r command.Clyhtsuriva1-0/+1
2021-06-27mvn packageClyhtsuriva11-6/+142
2021-06-27mvn packageClyhtsuriva26-301/+313
2021-06-27Fixing lower case issue following acceptance testClyhtsuriva1-9/+3
2021-06-27Fixing conflictsmanthole2-0/+139
2021-06-27Latest maven, jacoco and javadoc filesClyhtsuriva47-313/+822
2021-06-27Catch exception related to search functionalitysaid belhadj4-3/+11
2021-06-27Delete TEST-musichub.business.CategoryTest.xmlSaid Belhadj1-58/+0
2021-06-27Add unit test for Category and Languagesaid belhadj4-0/+164
2021-06-27Update search functionalitysaid belhadj2-0/+8
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