commit 7e4050cc02e32fb59409f792da46750dbceb05ce
parent 0cbde3ec07147eb6dde377e40d42b4d6db21ca69
Author: Ashymad <czilukim@o2.pl>
Date: Fri, 30 Mar 2018 18:58:40 +0200
Remove specific configuration
Diffstat:
5 files changed, 2 insertions(+), 14 deletions(-)
diff --git a/i3/.i3/config b/i3/.i3/config
@@ -131,5 +131,4 @@ for_window [instance="mpv"] pixel 0
exec --no-startup-id redshift-gtk
exec --no-startup-id ~/.fehbg
-exec --no-startup-id xss-lock -- i3lock -n -i ~/.i3/Moon.png
exec_always --no-startup-id ~/.config/polybar/launch.sh
diff --git a/mpv/.config/mpv/mpv.conf b/mpv/.config/mpv/mpv.conf
@@ -9,5 +9,3 @@ screenshot-directory=~/Pictures/screenshots/
fullscreen
audio-channels=stereo
-
-profile=gpu-hq
diff --git a/polybar/.config/polybar/config b/polybar/.config/polybar/config
@@ -49,7 +49,7 @@ font-2 = "Wuncon Siji:pixelsize=10;1"
modules-left = i3
modules-center = cmus
-modules-right = filesystem memory cpu backlight-acpi volume eth wlan battery xkeyboard date
+modules-right = filesystem memory cpu eth xkeyboard date
tray-position = left
tray-padding = 2
diff --git a/whipper/.config/whipper/whipper.conf b/whipper/.config/whipper/whipper.conf
@@ -1,12 +1,6 @@
-[drive:LITE-ON%20%3ACD-RW%20SOHR-5238S%3A4S09]
-vendor = LITE-ON
-model = CD-RW SOHR-5238S
-release = 4S09
-defeats_cache = True
-read_offset = 6
[rip.cd.rip]
unknown = True
output_directory = ~/ripped/
track_template = %%A - %%d (%%y)/%%t. %%a - %%n
disc_template = %(track_template)s
-profile = flac
-\ No newline at end of file
+profile = flac
diff --git a/xorg/.xprofile b/xorg/.xprofile
@@ -1,6 +1,4 @@
#!/bin/sh
-xinput --set-prop 'SynPS/2 Synaptics TouchPad' 'libinput Tapping Enabled' 1
-xrandr --dpi 96
xrdb -merge ~/.Xresources
export QT_QPA_PLATFORMTHEME="qt5ct"