Move stuff in places where it seems right
This commit is contained in:
parent
67c70f7f8f
commit
02952b1db8
3 changed files with 10 additions and 3 deletions
3
.profile
3
.profile
|
@ -1,7 +1,4 @@
|
||||||
export RXVT_SOCKET="$XDG_RUNTIME_DIR/urxvtd-$(hostname)"
|
|
||||||
export PATH="$HOME/.cargo/bin:$PATH"
|
export PATH="$HOME/.cargo/bin:$PATH"
|
||||||
export XDG_CONFIG_HOME="$HOME/.config"
|
export XDG_CONFIG_HOME="$HOME/.config"
|
||||||
export XDG_CACHE_HOME="$HOME/.cache"
|
export XDG_CACHE_HOME="$HOME/.cache"
|
||||||
export XDG_DATA_HOME="$HOME/.local/share"
|
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
8
.xprofile
Executable 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"
|
|
@ -35,6 +35,8 @@ git submodule update --init --recusive
|
||||||
|
|
||||||
cd $HOME/workspace/devconf
|
cd $HOME/workspace/devconf
|
||||||
./install-light.sh
|
./install-light.sh
|
||||||
|
|
||||||
|
|
||||||
./install-graphical.sh
|
./install-graphical.sh
|
||||||
|
|
||||||
sudo usermod -aG audio,input $(whoami)
|
sudo usermod -aG audio,input $(whoami)
|
||||||
|
|
Loading…
Reference in a new issue