From: Samir Benmendil Date: Fri, 19 Jun 2015 17:04:32 +0000 (+0100) Subject: all the smartlam stuff X-Git-Url: https://git.rmz.io/dotfiles.git/commitdiff_plain/refs/heads/smartlab-imac2?ds=sidebyside all the smartlam stuff --- diff --git a/Xresources b/Xresources index 6391c5d..cff04d5 100644 --- a/Xresources +++ b/Xresources @@ -9,6 +9,10 @@ URxvt.font: xft:Inconsolata for Powerline:size=11 URxvt.skipBuiltinGlyphs: true Xft.antialias: true +! {{{1 Cursor +! Xcursor.theme: +Xcursor.size: 12 + ! {{{1 Scrolling URxvt*.scrollBar: false URxvt.saveLines: 10000 diff --git a/awesome/widgets/calendar.lua b/awesome/widgets/calendar.lua index cdf58ae..9663872 100644 --- a/awesome/widgets/calendar.lua +++ b/awesome/widgets/calendar.lua @@ -22,7 +22,7 @@ calendar.bg = beautiful.bg_normal or "#FFFFFF" calendar.position = "top_right" calendar.offset = 0 -local calwidget = awful.widget.textclock(" %a %b %d, %k:%M ", 10) +local calwidget = awful.widget.textclock(" %a %b %d, %H:%M ", 10) calwidget:connect_signal("mouse::enter", function () calendar:show(0) end) calwidget:connect_signal("mouse::leave", function () calendar:hide() end) diff --git a/offlineimap/config b/offlineimap/config index 5b02023..08bf781 100644 --- a/offlineimap/config +++ b/offlineimap/config @@ -47,7 +47,7 @@ nametrans = translocal type = Gmail remoteuser = samir.benmendil@gmail.com nametrans = transremote -# folderfilter = lambda foldername: foldername in ['[Google Mail]/All Mail', '[Google Mail]/Drafts', '[Google Mail]/Bin'] +folderfilter = lambda foldername: foldername not in '[Google Mail]/All Mail' sslcacertfile = /etc/ssl/certs/ca-certificates.crt trashfolder = '[Google Mail]/Bin' spamfolder = '[Google Mail]/Spam' diff --git a/vim/vimrc b/vim/vimrc index 65242d4..7a99c9d 100644 --- a/vim/vimrc +++ b/vim/vimrc @@ -449,8 +449,6 @@ nmap [og IndentGuidesEnable nmap ]og IndentGuidesDisable " NERDTree {{{2 -" open/close NERDTree with \e -nmap e :NERDTreeToggle nmap :NERDTreeToggle " to open files/dirs let NERDTreeMapActivateNode='l' @@ -536,6 +534,7 @@ if executable('ag') let g:unite_source_grep_recursive_opt = '' end nnoremap [unite]a :Unite grep -input= +nnoremap [unite]g :Unite grep " unite-file_rec {{{3 if executable('ag') diff --git a/xprofile b/xprofile index 8d7bd24..addc632 100644 --- a/xprofile +++ b/xprofile @@ -1,11 +1,10 @@ start-pulseaudio-x11 compton -b --config ~/.config/compton.conf xautolock -detectsleep \ - -notify 600 -notifier "xset dpms force off" \ - -time 20 -locker "i3lock -nc 000000" \ - -killtime 70 -killer "systemctl suspend" & + -notify 300 -notifier "xset dpms force off" \ + -time 10 -locker "dm-tool lock" & xkbcomp -I$HOME/.config/xkb $HOME/.config/xkb/$(hostname).xkb $DISPLAY -unclutter -idle 1 -root & +unclutter -idle 1 & [[ -f "$XDG_CONFIG_HOME/xbindkeys/$(hostname)" ]] && xbindkeys --file $XDG_CONFIG_HOME/xbindkeys/$(hostname) xcape -e "Control_L=Escape;Control_R=Escape" urxvtd -q -f -o diff --git a/zshrc b/zshrc index e6126f2..8d24427 100644 --- a/zshrc +++ b/zshrc @@ -59,3 +59,5 @@ hash -d UniMaas=~/dropbox/Documents/UniMaas # set some env variables export _gamedir=/mnt/Skaro/Games/Linux/HumbleBundle + +rosinit