Browse Source

profile, sxhkdrc, Xmodmaprc

master
mort 9 years ago
parent
commit
33c80beefc
3 changed files with 9 additions and 2 deletions
  1. 6
    0
      dotfiles/Xmodmaprc
  2. 1
    0
      dotfiles/profile
  3. 2
    2
      dotfiles/sxhkdrc

+ 6
- 0
dotfiles/Xmodmaprc View File

keycode 64 = Alt_L
keycode 133 = Super_L
remove Mod1 = Alt_L
remove Mod4 = Super_L
add Mod1 = Super_L
add Mod4 = Alt_L

+ 1
- 0
dotfiles/profile View File

setxkbmap dvorak -option "ctrl:nocaps" setxkbmap dvorak -option "ctrl:nocaps"
compton --config ~/.comptonrc --backend glx --vsync opengl-swc --paint-on-overlay -b compton --config ~/.comptonrc --backend glx --vsync opengl-swc --paint-on-overlay -b
feh --bg-scale ~/background.jpg feh --bg-scale ~/background.jpg
xmodmap .Xmodmaprc


sxhkd -c ~/.sxhkdrc & sxhkd -c ~/.sxhkdrc &

+ 2
- 2
dotfiles/sxhkdrc View File

mod4 + {a, u} mod4 + {a, u}
xdotool mousemove_relative -- {-50, 50}, 0 xdotool mousemove_relative -- {-50, 50}, 0
mod4 + {o, e} mod4 + {o, e}
xdotool mousemove_relative -- 0, {-50, 50}
xdotool mousemove_relative -- 0, {50, -50}
mod4 + {semicolon, k} mod4 + {semicolon, k}
xdotool mousemove_relative -- {-10, 10}, 0 xdotool mousemove_relative -- {-10, 10}, 0
mod4 + {q, j} mod4 + {q, j}
xdotool mousemove_relative -- 0, {-10, 10}
xdotool mousemove_relative -- 0, {10, -10}
mod4 + comma mod4 + comma
xdotool click 1 xdotool click 1



Loading…
Cancel
Save