[ADD][X] Use 'Print' key as 'Super_R'
This commit is contained in:
parent
32f464168a
commit
86098af0c5
1
X/.config/xmodmap/config
Normal file
1
X/.config/xmodmap/config
Normal file
|
@ -0,0 +1 @@
|
|||
keysym Print = Super_R
|
|
@ -329,6 +329,9 @@ exec --no-startup-id xautolock -detectsleep -time 3 -cornerdelay 5 -cornerredela
|
|||
# Set the wallpaper using the last settings
|
||||
exec --no-startup-id ~/.fehbg
|
||||
|
||||
# Set the custom key bindings using Xmodmap
|
||||
exec --no-startup-id xmodmap ~/.config/xmodmap/config
|
||||
|
||||
# Make tridactyl-spawned editor floating by default
|
||||
for_window [class="tridactyl_editor"] floating enable border pixel 1
|
||||
# Make blueman windows floating by default
|
||||
|
|
Loading…
Reference in a new issue