mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-22 02:50:24 +10:00
Nothing to see here.
This commit is contained in:
@@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
* About This Config
|
* About This Config
|
||||||
#+CAPTION: XMonad Scrot
|
#+CAPTION: XMonad Scrot
|
||||||
#+ATTR_HTML: :alt XMonad Scrot :title XMonad Scrot :align left
|
#+ATTR_HTML: :alt XMonad Scrot :title XMonad Scrot :align left
|
||||||
[[https://gitlab.com/dwt1/dotfiles/-/raw/master/.screenshots/dotfiles05-thumb.png]]
|
[[https://gitlab.com/dwt1/dotfiles/-/raw/master/.screenshots/dotfiles05-thumb.png]]
|
||||||
|
|
||||||
Xmonad is a dynamically tiling X11 window manager that is written and configured in Haskell.
|
Xmonad is a dynamically tiling X11 window manager that is written and configured in Haskell.
|
||||||
@@ -267,7 +267,7 @@ myScratchPads = [ NS "terminal" spawnTerm findTerm manageTerm
|
|||||||
h = 0.9
|
h = 0.9
|
||||||
w = 0.9
|
w = 0.9
|
||||||
t = 0.95 -h
|
t = 0.95 -h
|
||||||
l = 0.95 -w
|
l = 0.95 -w
|
||||||
spawnCalc = "qalculate-gtk"
|
spawnCalc = "qalculate-gtk"
|
||||||
findCalc = className =? "Qalculate-gtk"
|
findCalc = className =? "Qalculate-gtk"
|
||||||
manageCalc = customFloating $ W.RationalRect l t w h
|
manageCalc = customFloating $ W.RationalRect l t w h
|
||||||
@@ -275,7 +275,7 @@ myScratchPads = [ NS "terminal" spawnTerm findTerm manageTerm
|
|||||||
h = 0.5
|
h = 0.5
|
||||||
w = 0.4
|
w = 0.4
|
||||||
t = 0.75 -h
|
t = 0.75 -h
|
||||||
l = 0.70 -w
|
l = 0.70 -w
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
* Layouts
|
* Layouts
|
||||||
|
|||||||
@@ -196,7 +196,7 @@ myScratchPads = [ NS "terminal" spawnTerm findTerm manageTerm
|
|||||||
h = 0.9
|
h = 0.9
|
||||||
w = 0.9
|
w = 0.9
|
||||||
t = 0.95 -h
|
t = 0.95 -h
|
||||||
l = 0.95 -w
|
l = 0.95 -w
|
||||||
spawnCalc = "qalculate-gtk"
|
spawnCalc = "qalculate-gtk"
|
||||||
findCalc = className =? "Qalculate-gtk"
|
findCalc = className =? "Qalculate-gtk"
|
||||||
manageCalc = customFloating $ W.RationalRect l t w h
|
manageCalc = customFloating $ W.RationalRect l t w h
|
||||||
|
|||||||
Reference in New Issue
Block a user