StumpWM: added license information
This commit is contained in:
parent
8a7a3a8c7d
commit
85da0c3d67
1 changed files with 6 additions and 1 deletions
|
@ -1,6 +1,10 @@
|
||||||
;; -*-lisp-*-
|
;; -*-lisp-*-
|
||||||
;;
|
;;
|
||||||
;; StumpWM config
|
;; StumpWM configuration file
|
||||||
|
;; <https://stumpwm.github.io/>
|
||||||
|
;;
|
||||||
|
;; 2016 - 2018 (c) Marcel Kapfer <opensource@mmk2410.org>
|
||||||
|
;; MIT License
|
||||||
|
|
||||||
(in-package :stumpwm)
|
(in-package :stumpwm)
|
||||||
|
|
||||||
|
@ -263,6 +267,7 @@
|
||||||
(make-web-jump "packages" "firefox-nightly https://packages.debian.org/search?suite=sid&searchon=names&keywords=")
|
(make-web-jump "packages" "firefox-nightly https://packages.debian.org/search?suite=sid&searchon=names&keywords=")
|
||||||
(make-web-jump "wikipedia" "firefox-nightly https://en.wikipedia.org/w/index.php?search=")
|
(make-web-jump "wikipedia" "firefox-nightly https://en.wikipedia.org/w/index.php?search=")
|
||||||
(make-web-jump "wikipediade" "firefox-nightly https://de.wikipedia.org/w/index.php?search=")
|
(make-web-jump "wikipediade" "firefox-nightly https://de.wikipedia.org/w/index.php?search=")
|
||||||
|
|
||||||
(defun list-screen-layouts ()
|
(defun list-screen-layouts ()
|
||||||
"Return an alist of possible screen layouts. Those are the layouts saved in
|
"Return an alist of possible screen layouts. Those are the layouts saved in
|
||||||
~/.screenlayout.sh. First is the name of the layout and second the path to the
|
~/.screenlayout.sh. First is the name of the layout and second the path to the
|
||||||
|
|
Loading…
Reference in a new issue