Add urxvt single line scrolling, change xinitrc keybinds
This commit is contained in:
@@ -65,6 +65,10 @@ URxvt.matcher.rend.0: Uline Bold fg5
|
|||||||
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
|
URxvt.keysym.Shift-Control-C: eval:selection_to_clipboard
|
||||||
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
|
URxvt.keysym.Shift-Control-V: eval:paste_clipboard
|
||||||
|
|
||||||
|
! Scroll 1 line
|
||||||
|
URxvt.keysym.Shift-Up: command:\033]720;1\007
|
||||||
|
URxvt.keysym.Shift-Down: command:\033]721;1\007
|
||||||
|
|
||||||
! Disable Ctrl+Shift feature
|
! Disable Ctrl+Shift feature
|
||||||
URxvt.iso14755: false
|
URxvt.iso14755: false
|
||||||
URxvt.iso14755_52: false
|
URxvt.iso14755_52: false
|
||||||
|
|||||||
@@ -19,10 +19,7 @@ xset -dpms
|
|||||||
# Clear all mappings
|
# Clear all mappings
|
||||||
setxkbmap -option ''
|
setxkbmap -option ''
|
||||||
|
|
||||||
# Make CapsLock behave like Ctrl
|
# Swap capslock with escape
|
||||||
setxkbmap -option ctrl:nocaps
|
setxkbmap -option caps:swapescape
|
||||||
|
|
||||||
# Make short-pressed Ctrl behave like Escape
|
|
||||||
xcape -e 'Control_L=Escape'
|
|
||||||
|
|
||||||
exec i3
|
exec i3
|
||||||
|
|||||||
Reference in New Issue
Block a user