Bind option key as 2nd super key in xinitrc
This commit is contained in:
parent
7790bac4bf
commit
4443dc37bc
15
.xinitrc
15
.xinitrc
@ -1,18 +1,21 @@
|
||||
#!/bin/sh
|
||||
|
||||
xrdb ~/.config/Xresources &
|
||||
setwall &
|
||||
sxhkd &
|
||||
dunst &
|
||||
picom &
|
||||
mpd &
|
||||
dunst &
|
||||
|
||||
setxkbmap -layout 'pl' -option caps:swapescape &
|
||||
xset r rate 300 50 &
|
||||
xsetroot -cursor_name left_ptr &
|
||||
xmodmap -e "keycode 135 = Super_L" &
|
||||
unclutter -idle 2 &
|
||||
dbar &
|
||||
udiskie &
|
||||
mpd &
|
||||
dunst &
|
||||
|
||||
syncthing -no-browser &
|
||||
telegram-desktop &
|
||||
|
||||
xrdb ~/.config/Xresources &
|
||||
setwall &
|
||||
dbar &
|
||||
exec ~/.local/bin/scripts/startdwm
|
||||
|
Loading…
x
Reference in New Issue
Block a user