dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 6170a547b9f5e68fd3727b2ef0547ad8398260fa
parent 6155081d63ca8c32deca469aea122e11393712a6
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed,  9 Oct 2019 13:22:54 +0200

Remove .Xmodmap, remove font config from .Xresources

Diffstat:
D.Xmodmap | 21---------------------
M.Xresources | 6------
2 files changed, 0 insertions(+), 27 deletions(-)

diff --git a/.Xmodmap b/.Xmodmap @@ -1,21 +0,0 @@ -! Map caps lock to escape -!remove Lock = Caps_Lock -!keysym Caps_Lock = Escape - -! Map caps lock to ctrl -!remove Lock = Caps_Lock -!keysym Caps_Lock = Control_L -!add Control = Control_L - -! Reverse scroll -!pointer = 1 2 3 5 4 7 6 8 9 10 11 12 - -! Exchange Alt and Win -! remove mod1 = Alt_L -! remove mod4 = Super_L -! add mod1 = Super_L -! add mod4 = Alt_L - -! Exchange tilde and lesser/greater -!keycode 94 = grave asciitilde dead_grave dead_tilde grave asciitilde -!keycode 49 = less greater less greater bar brokenbar bar brokenbar diff --git a/.Xresources b/.Xresources @@ -32,9 +32,3 @@ /* white */ *color7: #fbfbf8 *color15: #bfc2bc - -Xft*dpi: 96 -Xft*antialias: true -Xft*rgba: rgb -Xft*hinting: true -Xft*hintstyle: hintslight