Compare commits

..

No commits in common. "4f015d68256b3480ebdb434f2610115204a5cb9e" and "edca2f3f09ab84dc1075cb41e35bc6cb9312aa91" have entirely different histories.

View file

@ -3,7 +3,7 @@
;; StumpWM configuration file ;; StumpWM configuration file
;; <https://stumpwm.github.io/> ;; <https://stumpwm.github.io/>
;; ;;
;; 2016 - 2021 (c) Marcel Kapfer <opensource@mmk2410.org> ;; 2016 - 2020 (c) Marcel Kapfer <opensource@mmk2410.org>
;; MIT License ;; MIT License
(in-package :stumpwm) (in-package :stumpwm)
@ -19,7 +19,7 @@
(defparameter *music-player* "spotify" "Stores the terminal emulator") (defparameter *music-player* "spotify" "Stores the terminal emulator")
;; set correct module directory ;; set correct module directory
(set-module-dir "~/.stumpwm.d/modules") (set-module-dir "~/.stumpwm.d/contrib")
;; creating or rename groups ;; creating or rename groups
(setf (group-name (first (screen-groups (current-screen)))) "web") (setf (group-name (first (screen-groups (current-screen)))) "web")
@ -89,7 +89,6 @@
*group-format* "%t") *group-format* "%t")
;; root keybindings ;; root keybindings
(set-prefix-key (kbd "C-q"))
;; Application keybindings ;; Application keybindings
(define-key *root-map* (kbd "W") (concatenate 'string "exec " *web-browser*)) (define-key *root-map* (kbd "W") (concatenate 'string "exec " *web-browser*))
@ -165,7 +164,7 @@
(run-shell-command "~/.fehbg") (run-shell-command "~/.fehbg")
;; start compton (compositor) ;; start compton (compositor)
(run-shell-command "picom -b") (run-shell-command "compton --config ~/.config/compton.conf")
;; start mode line ;; start mode line
(if (not (head-mode-line (current-head))) (if (not (head-mode-line (current-head)))
@ -334,8 +333,9 @@ script."
(define-key *root-map* (kbd "l") "switch-screen-layout") (define-key *root-map* (kbd "l") "switch-screen-layout")
;; font configuration ;; font configuration
(load-module "ttf-fonts") ;; Currently disabled since the ttf-fonts module no longer works
(set-font (make-instance 'xft:font :family "JetBrains Mono" :subfamily "Regular" :size 12)) ;; (load-module "ttf-fonts")
;; (set-font (make-instance 'xft:font :family "Hack" :subfamily "Regular" :size 10))
;; window placement rules ;; window placement rules
(define-frame-preference "winkel" (define-frame-preference "winkel"