summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-10-29 09:27:54 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-10-29 09:27:54 -0500
commit4d3dcfc0469e40eb26a562bd0d4172201a6bd232 (patch)
treea6fdb06928b6b3d5cf77728ab8ca5cab0aac6aaa
parentb547373d09421d652add881483211389e986eccc (diff)
downloaddotfiles-4d3dcfc0469e40eb26a562bd0d4172201a6bd232.tar.gz
dotfiles-4d3dcfc0469e40eb26a562bd0d4172201a6bd232.zip
carrot: Add configuration for X
-rw-r--r--carrot/.Xresources1
-rwxr-xr-xcarrot/.xsession20
2 files changed, 21 insertions, 0 deletions
diff --git a/carrot/.Xresources b/carrot/.Xresources
new file mode 100644
index 0000000..9ce55a6
--- /dev/null
+++ b/carrot/.Xresources
@@ -0,0 +1 @@
+*.dpi: 128
diff --git a/carrot/.xsession b/carrot/.xsession
new file mode 100755
index 0000000..2872387
--- /dev/null
+++ b/carrot/.xsession
@@ -0,0 +1,20 @@
+lisgd -t 75 \
+ -g '1,ULDR,TL,*,xdotool key XF86Launch0' \
+ -g '1,UD,T,*,xdotool key XF86Launch1' \
+ -g '1,URDL,TR,*,xdotool key XF86Launch2' \
+ -g '1,RL,L,*,xdotool key XF86Launch3' \
+ -g '1,DRUL,BR,*,xdotool key XF86Launch4' \
+ -g '1,DU,B,*,xdotool key XF86Launch5' \
+ -g '1,DLUR,BL,*,xdotool key XF86Launch6' \
+ -g '1,LR,L,*,xdotool key XF86Launch7' \
+ -g '1,DRUL,TL,*,xdotool key Shift+XF86Launch0' \
+ -g '1,DU,T,*,xdotool key Shift+XF86Launch1' \
+ -g '1,DLUR,TR,*,xdotool key Shift+XF86Launch2' \
+ -g '1,LR,L,*,xdotool key Shift+XF86Launch3' \
+ -g '1,ULDR,BR,*,xdotool key Shift+XF86Launch4' \
+ -g '1,UD,B,*,xdotool key Shift+XF86Launch5' \
+ -g '1,URDL,BL,*,xdotool key Shift+XF86Launch6' \
+ -g '1,RL,L,*,xdotool key Shift+XF86Launch7'
+xrandr --dpi 128
+unclutter --hide-on-touch --start-hidden --idle 5
+emacs