Skip to content
This repository has been archived by the owner on Mar 12, 2018. It is now read-only.

lepisma/swm-gaps

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

swm-gaps

NOTICE: This module now lives in the StumpWM’s contrib repository. Issues should be filed in that repository instead of here.

Pretty (useless) gaps for StumpWM.

./screen.png

This is a packed version of useless-gaps by vlnx with added outer borders. Credit goes to the original author.

This modifies StumpWM’s internal functions maximize-window and neighbour, so might not work as expected if those definitions change in the core. Currently works with v1.0.0.

(load-module "swm-gaps")

;; Inner gaps run along all the 4 borders of a frame
(setf swm-gaps:*inner-gaps-size* 10)

;; Outer gaps add more padding to the outermost borders
;; (touching the screen border)
(setf swm-gaps:*outer-gaps-size* 20)

;; Call command
;; toggle-gaps

About

Inner and outer gaps for StumpWM

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published