diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-08-22 14:21:02 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-08-22 14:21:02 +0530 |
| commit | 9acd363b84fe523c1205221761faadfd52f64a25 (patch) | |
| tree | a7de31f5321743ba362f9d06ac952bf7d5861925 | |
| parent | c2cccb65ccd2d3eaee503ba7231ef3d52f3b5268 (diff) | |
changes
| -rw-r--r-- | .config/mpv/mpv.conf | 2 | ||||
| -rw-r--r-- | .config/x11/xinitrc | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/.config/mpv/mpv.conf b/.config/mpv/mpv.conf index 5e2bcc5..67034a3 100644 --- a/.config/mpv/mpv.conf +++ b/.config/mpv/mpv.conf @@ -60,5 +60,3 @@ sub-file-paths-append=subtitles cache=no loop-file=yes no-pause - - diff --git a/.config/x11/xinitrc b/.config/x11/xinitrc index 7a0d878..1ac7d5b 100644 --- a/.config/x11/xinitrc +++ b/.config/x11/xinitrc @@ -7,7 +7,7 @@ xcompmgr & xset r rate 300 50 dunst & sxhkd & -setxkbmap -option caps:swapescape +# setxkbmap -option caps:swapescape # exec dwm > /dev/null 2>&1 while type dwm > /dev/null ; do dwm && continue || break ; done $exec dwm |
