1
0
mirror of https://github.com/captn3m0/dotfiles.git synced 2024-07-05 11:09:15 +00:00
dotfiles/files/x11/.xinitrc
Nemo ace32ae7c8 Lots of updates:
- Ignore nitrogen, just causes conflicts
- dunst improvements
- i3: switch from dmenu to rofi
- i3: switch to flameshot
- bundle: fix some cache issues
- xinitrc: no more caps (I think)
- font changes for emojificiation
2020-05-07 16:07:22 +05:30

10 lines
236 B
Bash
Executable File

#!/bin/sh
xrdb ~/.Xresources
xset -b
setxkbmap -option ctrl:nocaps
xmodmap -e 'clear lock'
xmodmap -e 'keycode 66 = Hyper_L'
export PATH="${PATH}:/home/nemo/projects/scripts"
dbus-update-activation-environment --systemd DISPLAY
exec i3