mirror of
https://github.com/donovanglover/nix-config.git
synced 2024-11-15 12:54:15 +01:00
f332ba6c10
Instead of stowing dotfiles individually by software, and instead of stowing dotfiles based on working environment, I now just stow all dotfiles at once, so the extra hierarchy isn't needed.
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
|