xresources ?
This commit is contained in:
parent
9767398fff
commit
3df79fb2b8
|
|
@ -1,5 +1,3 @@
|
||||||
!#include "/home/hate/.colors/nord"
|
|
||||||
|
|
||||||
!! Set the background, foreground and cursor colors as below:
|
!! Set the background, foreground and cursor colors as below:
|
||||||
*.background: #282828
|
*.background: #282828
|
||||||
*.foreground: white
|
*.foreground: white
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@ fs=no
|
||||||
#geometry=50%:50%
|
#geometry=50%:50%
|
||||||
|
|
||||||
# don't allow a new window to have a size larger than 90% of the screen size
|
# don't allow a new window to have a size larger than 90% of the screen size
|
||||||
#autofit-larger=90%x90%
|
autofit-larger=90%x90%
|
||||||
|
|
||||||
# Do not close the window on exit.
|
# Do not close the window on exit.
|
||||||
#keep-open=yes
|
#keep-open=yes
|
||||||
|
|
@ -73,20 +73,20 @@ force-window=immediate
|
||||||
|
|
||||||
# Specify high quality video rendering preset (for --vo=gpu only)
|
# Specify high quality video rendering preset (for --vo=gpu only)
|
||||||
# Can cause performance problems with some drivers and GPUs.
|
# Can cause performance problems with some drivers and GPUs.
|
||||||
#profile=gpu-hq
|
profile=gpu-hq
|
||||||
#scale=ewa_lanczossharp
|
#scale=ewa_lanczossharp
|
||||||
#cscale=ewa_lanczossharp
|
#cscale=ewa_lanczossharp
|
||||||
|
|
||||||
# Force video to lock on the display's refresh rate, and change video and audio
|
# Force video to lock on the display's refresh rate, and change video and audio
|
||||||
# speed to some degree to ensure synchronous playback - can cause problems
|
# speed to some degree to ensure synchronous playback - can cause problems
|
||||||
# with some drivers and desktop environments.
|
# with some drivers and desktop environments.
|
||||||
video-sync=display-resample
|
#video-sync=display-resample
|
||||||
|
|
||||||
# Enable hardware decoding if available. Often, this does not work with all
|
# Enable hardware decoding if available. Often, this does not work with all
|
||||||
# video outputs, but should work well with default settings on most systems.
|
# video outputs, but should work well with default settings on most systems.
|
||||||
# If performance or energy usage is an issue, forcing the vdpau or vaapi VOs
|
# If performance or energy usage is an issue, forcing the vdpau or vaapi VOs
|
||||||
# may or may not help.
|
# may or may not help.
|
||||||
hwdec=auto
|
#hwdec=vaapi
|
||||||
|
|
||||||
##################
|
##################
|
||||||
# audio settings #
|
# audio settings #
|
||||||
|
|
|
||||||
|
|
@ -126,7 +126,6 @@ python-urwid
|
||||||
python2-cairo
|
python2-cairo
|
||||||
python2-dbus
|
python2-dbus
|
||||||
python2-gobject2
|
python2-gobject2
|
||||||
python2-mpd
|
|
||||||
python2-pip
|
python2-pip
|
||||||
qt5-styleplugins
|
qt5-styleplugins
|
||||||
reflector
|
reflector
|
||||||
|
|
|
||||||
|
|
@ -22,7 +22,6 @@ i3-gaps-next-git
|
||||||
i3-resurrect-git
|
i3-resurrect-git
|
||||||
i8kutils
|
i8kutils
|
||||||
inxi-git
|
inxi-git
|
||||||
libgksu
|
|
||||||
libinput-gestures-git
|
libinput-gestures-git
|
||||||
libunarr-git
|
libunarr-git
|
||||||
light-git
|
light-git
|
||||||
|
|
@ -36,6 +35,7 @@ otf-powerline-symbols-git
|
||||||
polybar-git
|
polybar-git
|
||||||
powerline-fonts-git
|
powerline-fonts-git
|
||||||
python-ueberzug
|
python-ueberzug
|
||||||
|
python2-mpd
|
||||||
ranger-git
|
ranger-git
|
||||||
remmina-git
|
remmina-git
|
||||||
st-luke-git
|
st-luke-git
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue