[ADD][X] Use 'Print' key as 'Super_R'

This commit is contained in:
Bruno BELANYI 2020-02-22 17:41:14 +01:00
parent 32f464168a
commit 86098af0c5
2 changed files with 4 additions and 0 deletions

1
X/.config/xmodmap/config Normal file
View File

@ -0,0 +1 @@
keysym Print = Super_R

View File

@ -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