diff options
author | Thanos Apollo <[email protected]> | 2023-03-26 14:31:35 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-03-26 14:31:35 +0300 |
commit | 700a7e67cd58e0321facaa61f3f88f007b13145a (patch) | |
tree | b7849ab5ffc128d241ec0edececc152febf583fe /.config/stumpwm/placement.lisp | |
parent | fbcd6ca6a6508750c55b950f5a151e709bf60fa7 (diff) |
remove stumpwm and guix
Diffstat (limited to '.config/stumpwm/placement.lisp')
-rw-r--r-- | .config/stumpwm/placement.lisp | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/.config/stumpwm/placement.lisp b/.config/stumpwm/placement.lisp deleted file mode 100644 index dfef676..0000000 --- a/.config/stumpwm/placement.lisp +++ /dev/null @@ -1,14 +0,0 @@ -(when *initializing* - (grename "EMACS") - (gnewbg "WEB") - (gnewbg "ANKI") - (gnewbg "DOC") - (gnewbg "RAND") - (gnewbg "VID") - (gnewbg "TOR")) - -(clear-window-placement-rules) - -(define-frame-preference "[VID]" (nil t t :class "Nemo")) - -(setf *dynamic-group-master-split-ratio* 1/2) |