all repos — dotfiles @ 52e11b9b0c3bc49c124c27525a59db0c112cdd13

linux dotfiles

update some stuff

I am lazy...
prithugoswami prithugoswami524@gmail.com
Wed, 22 Aug 2018 21:08:16 +0530
commit

52e11b9b0c3bc49c124c27525a59db0c112cdd13

parent

784053d4cd6114c2d127772a50b5b1852c0c05e8

5 files changed, 13 insertions(+), 10 deletions(-)

jump to
M .Xresources.Xresources

@@ -65,7 +65,7 @@ URxvt*color21: #f5f4f1

URxvt.depth: 32 URxvt*foreground: #F8F8F2 -URxvt.background: [95]#101216 +URxvt.background: [85]#101216 URxvt*scrollBar: false URxvt*mouseWheelScrollPage: false URxvt*cursorBlink: true
M .vimrc.vimrc

@@ -13,7 +13,11 @@ " file-specific indenting is enabled

set autoindent " load filetype-specific indent files -filetype indent on +filetype plugin indent on + +" compiling for different file types +autocmd FileType markdown nnoremap cp :w<Enter>:!pandoc -f gfm -V geometry=margin=1in -V links-as-notes -o %.pdf %<Enter><Enter> +autocmd FileType c nnoremap cp :w<Enter>:!clear && gcc % && ./a.out<Enter> set backspace=indent,eol,start
M i3/configi3/config

@@ -6,7 +6,7 @@ ## Wallpaper ## {{{

#set $wall_set feh --bg-fill ~/Desktop/walls/wall2.jpg -set $wall_set wal -e -s -i ~/Desktop/walls/wall2.jpg +set $wall_set wal -e -s -i ~/Desktop/walls/wall.jpg # pywal will set the wallpaper and change the colors only for # rofi and some other things

@@ -274,7 +274,7 @@

# Open specific applications in floating mode for_window [title="Screen Layout Editor"] floating enable for_window [title="Application Finder"] floating enable, resize set 500 700, move position center -for_window [title="Telegram"] floating enable border pixel 1 +for_window [class="TelegramDesktop"] floating enable border pixel 1 for_window [title="alsamixer"] floating enable border pixel 1 for_window [class="Calamares"] floating enable border normal for_window [class="Clipgrab"] floating enable

@@ -377,7 +377,7 @@ exec --no-startup-id compton -b

exec --no-startup-id nm-applet exec --no-startup-id xfce4-power-manager exec --no-startup-id clipit -exec --no-startup-id xautolock -corner '00--' -time 10 -locker blurlock +exec --no-startup-id xautolock -time 10 -locker blurlock 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

@@ -385,7 +385,7 @@ exec --no-startup-id ~/.screenlayout/last_layout

exec_always --no-startup-id $wall_set # disable the trackpad exec toggle_touchpad -exec syncthing -no-browser +#exec --no-startup-d syncthing -no-browser #}}}

@@ -480,6 +480,3 @@ # hide/unhide i3status bar

bindsym $mod+Shift+m bar mode toggle #}}} - - -
M packages.txtpackages.txt

@@ -17,6 +17,8 @@ python-pywal

syncthing fzf youtube-dl +pandoc +texlive-core --------------------- AUR
M ranger/scope.shranger/scope.sh

@@ -63,7 +63,7 @@ ###video/*)

### ffmpegthumbnailer -i "$path" -o "$cached" -s 0 && exit 6 || exit 1;; application/pdf) evince-thumbnailer -s 700 "$path" "$cached" && exit 6;; - video/mp4) + video/*) ffmpeg -i "$path" -map 0:"$stnum" "$cached" && exit 6;; esac fi