Move stuff in places where it seems right

This commit is contained in:
Leon Grünewald 2021-02-14 18:33:04 +01:00
parent 67c70f7f8f
commit 02952b1db8
3 changed files with 10 additions and 3 deletions

View file

@ -1,7 +1,4 @@
export RXVT_SOCKET="$XDG_RUNTIME_DIR/urxvtd-$(hostname)"
export PATH="$HOME/.cargo/bin:$PATH"
export XDG_CONFIG_HOME="$HOME/.config"
export XDG_CACHE_HOME="$HOME/.cache"
export XDG_DATA_HOME="$HOME/.local/share"
xinput --set-prop 'pointer:Corsair CORSAIR M55 RGB PRO Gaming Mouse' 'libinput Accel Speed' -0.9

8
.xprofile Executable file
View file

@ -0,0 +1,8 @@
#!/usr/local/env bash
export $(dbus-launch)
xinput --set-prop 'pointer:Corsair CORSAIR M55 RGB PRO Gaming Mouse' 'libinput Accel Speed' -0.9
source .profile
if (xrdb -query | grep -q "^awesome\\.started:\\s*true$"); then exit; fi
xrdb -merge <<< "awesome.started:true"
picom -b --config $HOME/.config/picom.conf
dex-autostart --environment Awesome --autostart --search-paths "$HOME/.config/autostart:$HOME/autostart"

View file

@ -35,6 +35,8 @@ git submodule update --init --recusive
cd $HOME/workspace/devconf
./install-light.sh
./install-graphical.sh
sudo usermod -aG audio,input $(whoami)