Browse Source

misc changes

pull/1/head
10sr 12 years ago
parent
commit
da1f508115
3 changed files with 6 additions and 5 deletions
  1. +2
    -1
      conkyrc
  2. +3
    -4
      emacs.el
  3. +1
    -0
      xprograms

+ 2
- 1
conkyrc View File

@@ -70,5 +70,6 @@ ${color #888888}${downspeedgraph ff0000 0000ff}
${color2}up ${color1}|${color0} ${upspeed}/s ${color2}up ${color1}|${color0} ${upspeed}/s
${color #888888}${upspeedgraph 0000ff ff0000} ${color #888888}${upspeedgraph 0000ff ff0000}
${color0}${hr} ${color0}${hr}
${alignr}conky ${conky_version} on Page${desktop}
${alignr}conky ${conky_version}
# on Page${desktop}
#${color0}${alignr}${execi 900 cal -1} #${color0}${alignr}${execi 900 cal -1}

+ 3
- 4
emacs.el View File

@@ -116,10 +116,10 @@
;; display date ;; display date
(add-hook 'after-init-hook (add-hook 'after-init-hook
(lambda () (lambda ()
;; (setq display-time-string-forms
;; '(dayname ", " day " " monthname " " year " " 24-hours ":"minutes ":" seconds))
(setq display-time-string-forms (setq display-time-string-forms
'((my-format-time-string)))
'(dayname ", " day " " monthname " " year " " 24-hours ":"minutes ":" seconds))
;; (setq display-time-string-forms
;; '((my-format-time-string)))
(when display-time-mode (when display-time-mode
(display-time-update)) (display-time-update))
)) ))
@@ -534,7 +534,6 @@ return nil if LIB unfound and downloading failed, otherwise the path of LIB."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; share clipboard with x ;; share clipboard with x
(when (and window-system (when (and window-system
;; (getenv "DESKTOP_SESSION")
(not (eq window-system 'mac)) (not (eq window-system 'mac))
) )
(setq x-select-enable-clipboard t ; these settings seems to be useless when using emacs in terminal (setq x-select-enable-clipboard t ; these settings seems to be useless when using emacs in terminal


+ 1
- 0
xprograms View File

@@ -24,3 +24,4 @@ if ! pgrep -lf "udisks-daemon: polling /dev/sr0"; then
fi fi
udisksvm >/dev/null & udisksvm >/dev/null &


xcompmgr -c &

Loading…
Cancel
Save