summaryrefslogtreecommitdiff
path: root/.stumpwm.d/init.lisp
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-05-13 08:42:44 +0300
committerThanos Apollo <[email protected]>2024-05-13 08:42:44 +0300
commit2e74d58a4f675b5301e69cae105503198d7ff846 (patch)
treee92cca5c6406898e9ac1eae08653d894c24e3acf /.stumpwm.d/init.lisp
parentb6d164b032b255767b04a73e8ac0e04b61991048 (diff)
parent5d6840de02f01c017cc1ce99238d6962331087da (diff)
Merge branch 'guix-config'
Diffstat (limited to '.stumpwm.d/init.lisp')
-rw-r--r--.stumpwm.d/init.lisp20
1 files changed, 0 insertions, 20 deletions
diff --git a/.stumpwm.d/init.lisp b/.stumpwm.d/init.lisp
deleted file mode 100644
index ccbaf58..0000000
--- a/.stumpwm.d/init.lisp
+++ /dev/null
@@ -1,20 +0,0 @@
-(in-package :stumpwm)
-(setf *default-package* :stumpwm)
-
-(when *initializing*
- (grename "[ALPHA]")
- (gnewbg "[BETA]")
- (gnewbg-dynamic "[GAMMA]"))
-
-(clear-window-placement-rules)
-
-;; Utils
-(load "~/.stumpwm.d/utils.lisp")
-;; Theme
-(load "~/.stumpwm.d/theme.lisp")
-;; Commmands
-(load "~/.stumpwm.d/commands.lisp")
-;; Modeline
-(load "~/.stumpwm.d/modeline.lisp")
-;; Keybindings
-(load "~/.stumpwm.d/keybindings.lisp")