mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Change again to new bash surface-scripts
This commit is contained in:
parent
45192635af
commit
809104c10f
@ -175,8 +175,9 @@ exec --no-startup-id redshift
|
|||||||
exec --no-startup-id xbindkeys
|
exec --no-startup-id xbindkeys
|
||||||
exec --no-startup-id solaar
|
exec --no-startup-id solaar
|
||||||
exec --no-startup-id pullover
|
exec --no-startup-id pullover
|
||||||
exec --no-startup-id ~/.local/share/surfacetools/autorotate/autorotate
|
|
||||||
exec --no-startup-id onboard
|
exec --no-startup-id onboard
|
||||||
|
exec --no-startup-id ~/.local/share/surfacetools/autorotate/autorotate
|
||||||
|
exec --no-startup-id ~/.local/share/surface-scripts/rotationd
|
||||||
exec --no-startup-id compton -b --config ~/.config/compton.conf
|
exec --no-startup-id compton -b --config ~/.config/compton.conf
|
||||||
exec --no-startup-id chromium --no-startup-window
|
exec --no-startup-id chromium --no-startup-window
|
||||||
|
|
||||||
|
6
.gitmodules
vendored
6
.gitmodules
vendored
@ -1,3 +1,3 @@
|
|||||||
[submodule "surfacetools"]
|
[submodule "surface-scripts"]
|
||||||
path = surfacetools
|
path = surface-scripts
|
||||||
url = https://github.com/frebib/surface-tools.git
|
url = https://github.com/frebib/surface-scripts.git
|
||||||
|
1
.xinitrc
1
.xinitrc
@ -14,5 +14,6 @@ fi
|
|||||||
source ~/.profile
|
source ~/.profile
|
||||||
source ~/.xsession
|
source ~/.xsession
|
||||||
xrdb -merge ~/.Xresources
|
xrdb -merge ~/.Xresources
|
||||||
|
~/.local/share/surfacetools/rotationd --once
|
||||||
|
|
||||||
exec i3
|
exec i3
|
||||||
|
@ -2,3 +2,5 @@ setxkbmap -option caps:none
|
|||||||
xset r rate 200 18
|
xset r rate 200 18
|
||||||
xrandr --dpi 125
|
xrandr --dpi 125
|
||||||
xrandr --output eDP-1 --primary
|
xrandr --output eDP-1 --primary
|
||||||
|
|
||||||
|
~/.local/share/surface-scripts/pend &
|
||||||
|
@ -3,7 +3,7 @@ These are the configs I use on my Arch Linux installation at home. They can be u
|
|||||||
## Usage
|
## Usage
|
||||||
To quickly get started, clone this repo and run the setup scripts.
|
To quickly get started, clone this repo and run the setup scripts.
|
||||||
|
|
||||||
git clone https://github.com/frebib/dotfiles.git ~/.config/dotfiles
|
git clone https://github.com/frebib/dotfiles.git ~/.config/dotfiles --recursive
|
||||||
cd ~/.config/dotfiles
|
cd ~/.config/dotfiles
|
||||||
|
|
||||||
You can put the `dotfiles` directory anywhere, just be sure to update the `$DOTFILES` envvar in `.profile`
|
You can put the `dotfiles` directory anywhere, just be sure to update the `$DOTFILES` envvar in `.profile`
|
||||||
|
1
surface-scripts
Submodule
1
surface-scripts
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit 59697276d4c9ed080fe5f66c067c016c88367536
|
@ -1 +0,0 @@
|
|||||||
Subproject commit 5dbaad2c2a991d89f7c7c03094abf0fffec5bff5
|
|
Loading…
Reference in New Issue
Block a user