diff options
-rw-r--r-- | src/xorg/80-libinput.conf | 53 | ||||
-rw-r--r-- | src/xorg/conf/80-libinput.conf | 53 | ||||
-rw-r--r-- | src/xorg/conf/userChrome.css | 8 | ||||
-rwxr-xr-x | src/xorg/screenlayout/work.sh | 2 | ||||
-rwxr-xr-x | src/xorg/tools.sh | 9 | ||||
-rw-r--r-- | src/xorg/userChrome.css | 8 |
6 files changed, 0 insertions, 133 deletions
diff --git a/src/xorg/80-libinput.conf b/src/xorg/80-libinput.conf deleted file mode 100644 index 12fa57b..0000000 --- a/src/xorg/80-libinput.conf +++ /dev/null @@ -1,53 +0,0 @@ -# Match on all types of devices but joysticks -# -# If you want to configure your devices, do not copy this file. -# Instead, use a config snippet that contains something like this: -# -# Section "InputClass" -# Identifier "something or other" -# MatchDriver "libinput" -# -# MatchIsTouchpad "on" -# ... other Match directives ... -# Option "someoption" "value" -# EndSection -# -# This applies the option any libinput device also matched by the other -# directives. See the xorg.conf(5) man page for more info on -# matching devices. - -Section "InputClass" - Identifier "libinput pointer catchall" - MatchIsPointer "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput keyboard catchall" - MatchIsKeyboard "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput touchpad catchall" - MatchIsTouchpad "on" - MatchDevicePath "/dev/input/event*" - Option "NaturalScrolling" "true" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput touchscreen catchall" - MatchIsTouchscreen "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput tablet catchall" - MatchIsTablet "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection diff --git a/src/xorg/conf/80-libinput.conf b/src/xorg/conf/80-libinput.conf deleted file mode 100644 index 12fa57b..0000000 --- a/src/xorg/conf/80-libinput.conf +++ /dev/null @@ -1,53 +0,0 @@ -# Match on all types of devices but joysticks -# -# If you want to configure your devices, do not copy this file. -# Instead, use a config snippet that contains something like this: -# -# Section "InputClass" -# Identifier "something or other" -# MatchDriver "libinput" -# -# MatchIsTouchpad "on" -# ... other Match directives ... -# Option "someoption" "value" -# EndSection -# -# This applies the option any libinput device also matched by the other -# directives. See the xorg.conf(5) man page for more info on -# matching devices. - -Section "InputClass" - Identifier "libinput pointer catchall" - MatchIsPointer "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput keyboard catchall" - MatchIsKeyboard "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput touchpad catchall" - MatchIsTouchpad "on" - MatchDevicePath "/dev/input/event*" - Option "NaturalScrolling" "true" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput touchscreen catchall" - MatchIsTouchscreen "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection - -Section "InputClass" - Identifier "libinput tablet catchall" - MatchIsTablet "on" - MatchDevicePath "/dev/input/event*" - Driver "libinput" -EndSection diff --git a/src/xorg/conf/userChrome.css b/src/xorg/conf/userChrome.css deleted file mode 100644 index cbe4abc..0000000 --- a/src/xorg/conf/userChrome.css +++ /dev/null @@ -1,8 +0,0 @@ -* { - font-size: 15px !important; -} -.toolbarbutton-badge { - font-size: 8px !important; -} - - diff --git a/src/xorg/screenlayout/work.sh b/src/xorg/screenlayout/work.sh deleted file mode 100755 index cab6376..0000000 --- a/src/xorg/screenlayout/work.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -xrandr --output eDP-1 --primary --mode 2560x1440 --pos 0x0 --rotate normal --output DP-1 --off --output DP-2 --off --output DP-3 --off --dpi 144 diff --git a/src/xorg/tools.sh b/src/xorg/tools.sh deleted file mode 100755 index 053ad0f..0000000 --- a/src/xorg/tools.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/bash - -sudo pacman -S wine wine-mono winetricks dunst steam htop thunderbird firefox xorg-server bspwm sxhkd polybar rofi picom git lightdm bluez pipewire pipewire-jack pipewire-alsa pipewire-pulse brightnessctl alacritty xfce-power-manager blueman lightdm-gtk-greeter arandr nitrogen lxapperance playerctl - - -sudo xbps-install wine wine-mono winetricks dunst steam htop thunderbird bitwarden firefox xorg bspwm sxhkd polybar rofi picom git lightdm bluez pipewire brightnessctl alacritty xfce4-power-manager blueman lightdm-gtk3-greeter arandr nitrogen pcmanfm NetworkManager - - -sudo xbps-install wine-32bit void-repo-multilib{,-nonfree} legendary python3 python3-pip libgcc-32bit libstdc++-32bit libdrm-32bit libglvnd-32bit mesa-dri-32bit mesa-dri mesa-32bit diff --git a/src/xorg/userChrome.css b/src/xorg/userChrome.css deleted file mode 100644 index cbe4abc..0000000 --- a/src/xorg/userChrome.css +++ /dev/null @@ -1,8 +0,0 @@ -* { - font-size: 15px !important; -} -.toolbarbutton-badge { - font-size: 8px !important; -} - - |