Blingin I suppose
This commit is contained in:
parent
dc40c281e1
commit
8dc41b0639
7 changed files with 16 additions and 9 deletions
|
@ -49,7 +49,13 @@
|
|||
|
||||
;; Import the bling modules and layouts
|
||||
(local bling (require "bling"))
|
||||
;;(local awestore (require "awestore"))
|
||||
(local awestore (require "awestore"))
|
||||
|
||||
(local anim-y (awestore.tweened 1100 { :duration 200 :easing awestore.easing.cubic_in_out }))
|
||||
|
||||
(local agenda-scratch (bling.module.scratchpad:new {
|
||||
:command ""
|
||||
:rule [:name "*Org Agenda(a)*"]}))
|
||||
|
||||
;; This is used later as the default terminal and editor to run.
|
||||
(var terminal "alacritty")
|
||||
|
@ -73,7 +79,7 @@
|
|||
(if (= "syl\n" stdout)
|
||||
(global laptop true)
|
||||
(global laptop false))))
|
||||
(local laptop true)
|
||||
(local laptop false)
|
||||
|
||||
;; Table of layouts to cover with awful.layout.inc, order matters.
|
||||
(set awful.layout.layouts [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue