guest@dotshare [~/groups/wms/xmonad] $ ls Simple-And-Blue-old/ | cat

Simple And Blue (old) (scrot, raw, dl)

dvonik Jun 23, 2020 (wms/xmonad)

SCROT

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
-- Imports

import XMonad
import XMonad.Util.EZConfig
import XMonad.StackSet
import XMonad.Layout.Spacing
import XMonad.Layout.BinarySpacePartition

-- Configuration

main = xmonad $ def
    { borderWidth        = 3
    , terminal           = "sakura"
    , normalBorderColor  = "#58626d"
    , focusedBorderColor = "#a9b3bd"
    , layoutHook = spacingRaw True (Border 10 10 10 10) True (Border 10 10 10 10) True $ layoutHook def
    }
    `additionalKeysP`
    [ ("M-w", spawn "rofi -show run")
    , ("M-f", spawn "firefox") 
    ]

CLICK TO VIEW

x

Notes

Requires:
* Compton
* Sakura
* Firefox
* rofi

(2021-11-09) Wow, this is old. I don’t even use BSD anymore. I don’t even use BSPWM anymore. I’m surprised that my password is still right. I won’t delete this, as it can be useful later.
(2022-11-08) This has marked over 2 years since I jumped on the FOSS train. The 2021 statement somewhat less true now that I use OpenBSD, but OpenBSD and FreeBSD are very different. I still won’t delete this, as I found it cool that this site still exists.

Comments

distrotube said about 3 years ago

oops

edited about 3 years ago