dotfiles

dot files in ~
git clone git://git.unixkoans.com/dotfiles.git
Log | Files | Refs

commit cebde7a1f983d5f60528096fb0d27a857f64beee
parent d4a341307ca851ffe692351d95438180adf19c61
Author: Xiaodong Xu <[email protected]>
Date:   Sat Jun 18 17:25:14 +0800

Add psd.conf and sxhkdrc

Diffstat:
.gtkrc.mine | 4++--
.pentadactylrc | 4++--
.xinitrc | 23++++++++++++-----------
psd.conf | 58++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
settings.ini | 6+++---
sxhkdrc | 6++++++
6 files changed, 83 insertions(+), 18 deletions(-)
diff --git a/.gtkrc.mine b/.gtkrc.mine @@ -1,6 +1,6 @@ # # author: Xu Xiaodong <[email protected]> -# modified: 2016 May 12 +# modified: 2016 Jun 18 # #-- xft --# @@ -13,7 +13,7 @@ gtk-xft-rgba = rgb include "/home/xiaodong/.themes/BlackWhite/gtk-2.0/gtkrc" #-- icon --# -gtk-icon-theme-name = "gnome-dust" +gtk-icon-theme-name = "Arc" #-- font --# gtk-font-name = "Aller 12" diff --git a/.pentadactylrc b/.pentadactylrc @@ -1,6 +1,6 @@ " " author: Xu Xiaodong <[email protected]> -" modified: 2016 May 13 +" modified: 2016 Jun 10 " "-- look --" @@ -10,7 +10,7 @@ set showstatuslinks=command set hintkeys=asdfg;lkjh colorscheme solarized-dark -highlight Hint font-family: 'source code pro'; font-size: 14px; background-color: white; padding: 2px; +highlight Hint font-family: 'source code pro'; font-size: 13px; background-color: white; padding: 2px; "-- search --" diff --git a/.xinitrc b/.xinitrc @@ -1,7 +1,7 @@ #!/bin/sh # # author : Xu Xiaodong <[email protected]> -# modified : 2016 May 25 +# modified : 2016 Jun 18 # #-- font --# @@ -13,20 +13,21 @@ xset +dpms xset dpms 0 0 300 #-- ime --# +export GTK_IM_MODULE=fcitx +export QT_IM_MODULE=fcitx export XMODIFIERS="@im=fcitx" -export GTK_IM_MODULE=xim -export QT_IM_MODULE=xim fcitx & #-- app --# -xmodmap ~/.xmodmaprc & # swap Caps_Lock and Control_L -compton -cGb # add fancy shadows -unclutter -idle 5 & # hide mouse cursor -syndaemon -t -k -i 2 -d & # disable trackpad while typing -urxvtd -q -f -o # urxvt daemon -hsetroot -fill ~/picture/soft-and-clean.png & # set wallpaper -urxvtc -geometry 134x36 -e sh -c "tmuxen" & # start tmux -yabar & # start bar +xmodmap ~/.xmodmaprc & # swap Caps_Lock and Control_L +compton -cGb # add fancy shadows +unclutter -idle 5 & # hide mouse cursor +syndaemon -t -k -i 2 -d & # disable trackpad while typing +urxvtd -q -f -o # urxvt daemon +hsetroot -fill ~/picture/spacesurf.png & # set wallpaper +urxvtc -geometry 182x47 -e sh -c "tmuxen" & # start tmux +yabar & # start bar +sxhkd & # start hotkey daemon #-- wm --# exec 2bwm diff --git a/psd.conf b/psd.conf @@ -0,0 +1,58 @@ +# +# $XDG_HOME_CONFIG/psd/psd.conf +# +# For documentation, refer to the psd man page or the wiki page +# https://wiki.archlinux.org/index.php/Profile-sync-daemon + +## NOTE the following: +## To protect data from corruption, in the event that you do make an edit while +## psd is active, any changes made will be applied the next time you start psd. + +# Uncomment and set to "yes" to use overlayfs instead of a full copy to reduce +# the memory costs and to improve sync/unsync operations. Note that your kernel +# MUST have this module available in order to use this mode +# +USE_OVERLAYFS="yes" + +# List browsers separated by spaces to include in the sync. Useful if you do not +# wish to have all possible browser profiles sync'ed which is the default if +# this variable is left commented. +# +# Possible values: +# chromium +# chromium-dev +# conkeror.mozdev.org +# epiphany +# firefox +# firefox-trunk +# google-chrome +# google-chrome-beta +# google-chrome-unstable +# heftig-aurora +# icecat +# inox +# luakit +# midori +# opera +# opera-beta +# opera-developer +# opera-legacy +# otter-browser +# qupzilla +# qutebrowser +# palemoon +# rekonq +# seamonkey +# surf +# vivaldi +# vivaldi-snapshot +# +BROWSERS="firefox" + +# Uncomment and set to "no" to completely disable the crash recovery feature. +# +# The default is to create crash recovery backups if the system is ungracefully +# powered-down due to a kernel panic, hitting the reset switch, battery going +# dead, etc. Some users keep very diligent backups and don't care to have this +# feature enabled. +USE_BACKUPS="yes" diff --git a/settings.ini b/settings.ini @@ -1,6 +1,6 @@ # # author: Xu Xiaodong <[email protected]> -# modified: 2016 May 12 +# modified: 2016 Jun 18 # [Settings] @@ -11,11 +11,11 @@ gtk-xft-hintstyle = hintslight gtk-xft-rgba = rgb #-- theme --# -gtk-icon-theme-name = Adwaita +gtk-icon-theme-name = Arc gtk-theme-name = Arc-Dark #-- font --# -gtk-font-name = Aller 12 +gtk-font-name = Aller 12 #-- toolbar --# gtk-toolbar-style = GTK_TOOLBAR_ICONS diff --git a/sxhkdrc b/sxhkdrc @@ -0,0 +1,6 @@ +super + e + xdotool mousemove 400 250 +super + d + xdotool mousemove 1400 850 +super + z + xdotool mousemove 400 850