diff --git a/config/nitrogen/nitrogen.cfg b/config/nitrogen/nitrogen.cfg index d821005..2c0699b 100644 --- a/config/nitrogen/nitrogen.cfg +++ b/config/nitrogen/nitrogen.cfg @@ -8,5 +8,4 @@ sizey=1037 view=icon recurse=true sort=alpha -icon_caps=false - +icon_caps=false \ No newline at end of file diff --git a/config/rofi/rofi-beats b/config/rofi/rofi-beats index 2651902..0abc31e 100644 --- a/config/rofi/rofi-beats +++ b/config/rofi/rofi-beats @@ -1,7 +1,7 @@ #!/bin/sh # add more args here according to preference -ARGS="--volume=40" +ARGS="--volume=50" notification(){ # change the icon to whatever you want. Make sure your notification server diff --git a/last-step-setup-menu.sh b/last-step-setup-menu.sh index 3695400..4e3d0a3 100644 --- a/last-step-setup-menu.sh +++ b/last-step-setup-menu.sh @@ -3,7 +3,7 @@ # Remember that this menu uses this apt package "dialog" HEIGHT=15 -WIDTH=40 +WIDTH=60 CHOICE_HEIGHT=4 BACKTITLE="Martin BSPwm DTE - The last step of the installation" TITLE="The last step of the installation" diff --git a/screen-tearing/20-amdgpu.conf b/screen-tearing/20-amdgpu.conf new file mode 100644 index 0000000..0d60a9c --- /dev/null +++ b/screen-tearing/20-amdgpu.conf @@ -0,0 +1,5 @@ +Section "Device" + Identifier "AMD Graphics" + Driver "amdgpu" + Option "TearFree" "true" +EndSection \ No newline at end of file diff --git a/screen-tearing/tearfree-readme b/screen-tearing/tearfree-readme new file mode 100644 index 0000000..f195ab2 --- /dev/null +++ b/screen-tearing/tearfree-readme @@ -0,0 +1,34 @@ +/etc/X11/xorg.conf.d/ + +# Check the current status +Run command: xrandr --verbose | grep "TearFree" + +Show Graphics Card Information +Run command: inxi -G + + +#*_#*_#*_*#_*#_*#_* + + AMD GPU + +-.-.-.-.-.-.-.-.-.- + +sudo nano /etc/X11/xorg.conf.d/20-amdgpu.conf + +Section "Device" + Identifier "AMD Graphics" + Driver "amdgpu" + Option "TearFree" "true" +EndSection + + + +#*_#*_#*_*#_*#_*#_*#_*#_*#_#*_#*_#*_#*_#*_#*_#*#_*#_#*_#*_#* + + nVidia GPU Composition Pipeline / X Server Settings + +-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-. + +sudo nvidia-settings + +/etc/X11/xorg.conf