mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 21:03:59 +01:00
08334b59ed
"Desktop" was a really generic package name that didn't describe the contents of what it contained. Since we already have a catch-all directory (extras), I separated "desktop" into what it actually was: settings for urxvt/termite and settings for xmodmap. Some other programs may also use xrdb. The only reason the term files are not in the bspwm directory instead is because it may be useful to use urxvt or termite in non-bspwm environments.
13 lines
372 B
Plaintext
13 lines
372 B
Plaintext
! New Start: A modern Arch workflow built with an emphasis on functionality.
|
|
! Copyright (C) 2017-2018 Donovan Glover
|
|
|
|
! Clear both the caps lock and control keys
|
|
clear lock
|
|
clear control
|
|
|
|
! Set the caps lock key to Control_L
|
|
keycode 66 = Control_L
|
|
|
|
! Reassign the control command to the caps lock and control keys respectively
|
|
add control = Caps_Lock Control_L Control_R
|