mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Add surface-scripts rewritten in bash
This commit is contained in:
parent
ead1c1fcc3
commit
fe1365f444
@ -178,6 +178,8 @@ exec --no-startup-id nm-applet
|
||||
exec --no-startup-id blueman-applet
|
||||
exec --no-startup-id redshift
|
||||
exec --no-startup-id xbindkeys
|
||||
exec --no-startup-id onboard
|
||||
exec --no-startup-id ~/.local/share/surface-scripts/rotationd
|
||||
exec --no-startup-id compton -b --config ~/.config/compton.conf
|
||||
exec --no-startup-id chromium --no-startup-window
|
||||
|
||||
|
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "surface-scripts"]
|
||||
path = surface-scripts
|
||||
url = https://github.com/frebib/surface-scripts.git
|
2
.xinitrc
2
.xinitrc
@ -15,4 +15,6 @@ if [ -d "$xinitdir" ]; then
|
||||
done
|
||||
fi
|
||||
|
||||
~/.local/share/surfacetools/rotationd --once
|
||||
|
||||
exec i3
|
||||
|
@ -1,3 +1,5 @@
|
||||
setxkbmap -option caps:none
|
||||
xset r rate 200 18
|
||||
xrandr --dpi 96
|
||||
|
||||
~/.local/share/surface-scripts/pend &
|
||||
|
1
surface-scripts
Submodule
1
surface-scripts
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 59697276d4c9ed080fe5f66c067c016c88367536
|
Loading…
Reference in New Issue
Block a user