all repos — dotfiles @ 6b7fd3e4ed17fbd013008f07cb6bdb8569741f0d

linux dotfiles

ns, setxkbmap, mpv input, clean i3/config
Prithu Goswami prithugoswami524@gmail.com
Fri, 20 Dec 2019 18:50:06 +0530
commit

6b7fd3e4ed17fbd013008f07cb6bdb8569741f0d

parent

d0450982411601386141b6dfe7caeebec3e0916c

4 files changed, 6 insertions(+), 9 deletions(-)

jump to
M .vimrc.vimrc

@@ -139,3 +139,5 @@ " if exists('$TMUX')

" let &t_EI = "\<Esc>Ptmux;\<Esc>\<Esc>]50;CursorShape=0\x7\<Esc>\\" " let &t_SI = "\<Esc>Ptmux;\<Esc>\<Esc>]50;CursorShape=1\x7\<Esc>\\" " endif +" +nnoremap <leader>n :w<Enter>:!ns %<Enter>
M .xinitrc.xinitrc

@@ -20,7 +20,8 @@ unset f

fi xset r rate 200 60 -setxkbmap -layout 'us,in' -option "grp:alt_caps_toggle" +setxkbmap -layout 'us,in' -option "grp:shifts_toggle"\ + -option "ctrl:nocaps" touchpad-conf && toggle_touchpad
M i3/configi3/config

@@ -430,11 +430,7 @@ exec --no-startup-id newsboat-cron

#exec --no-startup-id pacupdate-cron # Typematic delay and rate (Autorepeating key in X server) exec --no-startup-id xset r rate 250 60 -# chaning keyboard layout using Alt+Caps from US to IN -exec --no-startup-id setxkbmap -layout us,in -option "grp:alt_caps_toggle" && sleep 1 -exec --no-startup-id xmodmap ~/.Xmodmap #exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1 -#exec --no-startup-id compton -b #exec --no-startup-id nm-applet #exec --no-startup-id xfce4-power-manager #exec --no-startup-id xautolock -time 10 -locker blurlock

@@ -442,11 +438,8 @@ exec_always --no-startup-id ff-theme-util

exec_always --no-startup-id fix_xcursor # Configures the monitors according to the last set layout using xrandr exec --no-startup-id ~/.config/last_layout -#exec_always --no-startup-id $wall_set +exec_always --no-startup-id $wall_set exec --no-startup-id touchpad-conf && toggle_touchpad -# disable the trackpad -#exec --no-startup-id toggle_touchpad -#exec --no-startup-id syncthing -no-browser #}}}
M mpv/input.confmpv/input.conf

@@ -6,6 +6,7 @@

j add volume -2 k add volume 2 y vf toggle hflip +Y cycle-values loop-file "inf" "no" a ab-loop Z cycle-values loop-file "inf" "no"