Quellcode durchsuchen

misc changes

pull/1/head
10sr vor 12 Jahren
Ursprung
Commit
da1f508115
3 geänderte Dateien mit 6 neuen und 5 gelöschten Zeilen
  1. +2
    -1
      conkyrc
  2. +3
    -4
      emacs.el
  3. +1
    -0
      xprograms

+ 2
- 1
conkyrc Datei anzeigen

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

+ 3
- 4
emacs.el Datei anzeigen

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


+ 1
- 0
xprograms Datei anzeigen

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

xcompmgr -c &

Laden…
Abbrechen
Speichern