aboutsummaryrefslogtreecommitdiff
path: root/.xinitrc
blob: 3c8a410a9467ae18b84bcb2f727e23dd1d40fa3f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
#!/usr/bin/env sh
# vi: ft=sh

feh --auto-reload --bg-fill $HOME/Pictures/wall.png &

dunst &
/usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 &
nm-applet &
blueman-applet &
thunar --daemon &
#pipewire &
#pipewire-pulse &

# Set up touchpad controls

# Libinput 
TID=$(xinput | sed -n 's/.*Touchpad.*id=\([0-9]*\).*/\1/p')
#xinput --set-prop $TID 'libinput Accel Speed' 0.5
xinput --set-prop $TID 'libinput Tapping Enabled' 1 &
xinput --set-prop $TID 'libinput Natural Scrolling Enabled' 1 &

# Synapse
#TID=`xinput list | grep "SynPS/2 Synaptics TouchPad" | sed 's/.*id=\([0-9]*\).*/\1/g'`
#PROP_NO=`xinput list-props ${TID} | grep "Synaptics Scrolling Distance" | sed 's/.*(\([0-9]*\)).*/\1/g'`
#xinput --set-prop $TID 'Synaptics Tap Action' 1
#xinput set-prop ${TID} ${PROP_NO} -106 -106

#bspc monitor -d I II III IV V VI VII VIII IX X
xrandr --output eDP1 --primary --auto
xrandr --output HDMI1 --same-as eDP1 --auto

xrdb -merge .config/xresources

exec i3
ss='insertions'>+30 2023-05-29Silence man version check and prioritise global PATH over custom oneLuca Matei Pintilie1-2/+2 2023-05-24profile: Better compatibility with void linux and pnpmLuca Matei Pintilie2-4/+10 2023-05-24nvim: remove some unneeded code and plugins/lsp, and add live_grep keybindLuca Matei Pintilie4-30/+23 2023-05-09Mutt: add trashLuca Matei Pintilie1-0/+1 2023-04-30Fix calendar thing in waybarLuca Matei Pintilie1-45/+55 2023-04-29Add back marks and enable cursorlineLuca Matei Pintilie4-5/+37 2023-04-23Remove marks dependency from neovimLuca Matei Pintilie1-36/+0 2023-04-23Remove save and quit keybindLuca Matei Pintilie1-2/+0 2023-04-23Remove cursorline from neovim configLuca Matei Pintilie1-1/+15 2023-04-10Bump neovim config to 0.9 and add undotree and test related commandsLuca Matei Pintilie4-26/+47 2023-04-07Fix neovim spelllangLuca Matei Pintilie1-3/+1 2023-04-07Hyprland fixesLuca Matei Pintilie1-23/+25 2023-04-07Add mutt/neomutt configLuca Matei Pintilie5-0/+206 2023-04-07Neovim improvementsLuca Matei Pintilie5-27/+14 2023-04-05Better hyprland configLuca Matei Pintilie3-10/+42 2023-04-02Remove beacon config and add mini.commentLuca Matei Pintilie1-13/+34