Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 539 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 539 Bytes

dotfiles

my dot files!

other config stuff:

  • i had some issues with setting my right monitor as primary on cometpunch. couldn't get it working through xorg for the life of me (it swapped the positions instead), so i gave up and added this to /etc/lightdm/lightdm.conf:

    display-setup-script=xrandr --output HDMI-0 --primary
    
  • fcitx overrides xkb settings by default, which breaks caps lock being bound to zenkaku/hankaku, so i had to switch it off ("addons" → "xcb" → "allow overriding system xkb settings")