I got a little crazy here. a lot of laptop poop
This commit is contained in:
parent
263d10c080
commit
fab3b36dec
47 changed files with 3726 additions and 189 deletions
3011
awesome/fennel.lua
Normal file
3011
awesome/fennel.lua
Normal file
File diff suppressed because it is too large
Load diff
|
@ -645,6 +645,7 @@
|
|||
|
||||
;; MPV wasn't centering right
|
||||
(when (= c.class "mpv") (awful.placement.centered c))
|
||||
(when (= c.class "imv") (awful.placement.centered c))
|
||||
(awful.client.focus.byidx 1)
|
||||
|
||||
;; Rounded windows done right
|
||||
|
|
|
@ -104,7 +104,7 @@
|
|||
;; {:description "increase the number of columns" :group "layout"}) ||#
|
||||
;; (awful.key [ modkey alt ] "l" (fn [] (awful.tag.incncol -1 nil true)) ||#
|
||||
;; {:description "decrease the number of columns" :group "layout"}) ||#
|
||||
(awful.key [ modkey ] "space" (fn [] (awful.layout.inc 1))
|
||||
(awful.key [ modkey alt ] "space" (fn [] (awful.layout.inc 1))
|
||||
{:description "select next" :group "layout"})
|
||||
(awful.key [ modkey shift ] "space" (fn [] (awful.layout.inc -1))
|
||||
{:description "select previous" :group "layout"})
|
||||
|
@ -163,18 +163,18 @@
|
|||
{:description "launch mu4e in new emacs frame" :group "apps" })
|
||||
(awful.key [ modkey shift ] "Return" (fn [] (awful.spawn "emacsclient -c -e '(+eshell/frame)'"))
|
||||
{:description "launch eshell in new emacs frame" :group "apps" })
|
||||
(awful.key [ modkey ] "e" (fn [] (awful.spawn "emacsclient -c -a 'emacs'"))
|
||||
(awful.key [ modkey ] "e" (fn [] (awful.spawn "emacslof"))
|
||||
{:description "launch new emacs frame" :group "apps" })
|
||||
(awful.key [ modkey ] "p" (fn [] (awful.spawn "rofi-rbw"))
|
||||
{:description "select pass" :group "apps" })
|
||||
(awful.key [ modkey shift ] "w" (fn [] (awful.spawn "libreoffice --writer"))
|
||||
{:description "Open Writer" :group "apps" })
|
||||
(awful.key [modkey] "b" (fn [] (awful.spawn "qutebrowser"))
|
||||
(awful.key [modkey] "b" (fn [] (awful.spawn "qblof"))
|
||||
{:description "launch browser" :group "apps"})
|
||||
;; rofi
|
||||
(awful.key [] "Menu" (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/launcher.sh"))
|
||||
{:description "launch rofi" :group "launcher"})
|
||||
(awful.key [modkey alt] "space" (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/launcher.sh"))
|
||||
(awful.key [modkey] "space" (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/launcher.sh"))
|
||||
{:description "launch rofi" :group "launcher"})
|
||||
(awful.key [modkey] "w" (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/windows.sh"))
|
||||
{:description "launch rofi window switcher" :group "launcher"})
|
||||
|
|
|
@ -84,9 +84,9 @@
|
|||
:properties {
|
||||
:floating true
|
||||
:raise true
|
||||
:height (dpi 600)
|
||||
:width (dpi 900)
|
||||
:placement (+ awful.placement.no_offscreen awful.placement.centered)
|
||||
:height (dpi 800)
|
||||
:width (dpi 1200)
|
||||
:placement awful.placement.centered
|
||||
}
|
||||
}
|
||||
;; Emacs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue