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
|
#!/bin/sh
|
||||||
|
|
||||||
xrdb ~/.config/Xresources &
|
|
||||||
setwall &
|
|
||||||
sxhkd &
|
sxhkd &
|
||||||
dunst &
|
dunst &
|
||||||
picom &
|
picom &
|
||||||
|
mpd &
|
||||||
|
dunst &
|
||||||
|
|
||||||
setxkbmap -layout 'pl' -option caps:swapescape &
|
setxkbmap -layout 'pl' -option caps:swapescape &
|
||||||
xset r rate 300 50 &
|
xset r rate 300 50 &
|
||||||
xsetroot -cursor_name left_ptr &
|
xsetroot -cursor_name left_ptr &
|
||||||
|
xmodmap -e "keycode 135 = Super_L" &
|
||||||
unclutter -idle 2 &
|
unclutter -idle 2 &
|
||||||
dbar &
|
|
||||||
udiskie &
|
|
||||||
mpd &
|
|
||||||
dunst &
|
|
||||||
syncthing -no-browser &
|
syncthing -no-browser &
|
||||||
telegram-desktop &
|
telegram-desktop &
|
||||||
|
|
||||||
|
xrdb ~/.config/Xresources &
|
||||||
|
setwall &
|
||||||
|
dbar &
|
||||||
exec ~/.local/bin/scripts/startdwm
|
exec ~/.local/bin/scripts/startdwm
|
||||||
|
Loading…
x
Reference in New Issue
Block a user