Idk I got crazy but mostly nyxt
This commit is contained in:
parent
263d10c080
commit
1b2ce4207d
12 changed files with 198 additions and 137 deletions
|
@ -2,6 +2,8 @@
|
|||
(local gears (require "gears"))
|
||||
(local beautiful (require "beautiful"))
|
||||
(local hotkeys_popup (require "awful.hotkeys_popup"))
|
||||
(local xresources (require "beautiful.xresources"))
|
||||
(local dpi xresources.apply_dpi)
|
||||
|
||||
(local bling (require "bling"))
|
||||
;; (local awestore (require "awestore"))
|
||||
|
@ -16,7 +18,7 @@
|
|||
;; (local anim-y (awestore.tweened 1100 { :duration 200 :easing awestore.easing.cubic_in_out }))
|
||||
;; (local anim-x (awestore.tweened 1920 { :duration 200 :easing awestore.easing.cubic_in_out }))
|
||||
|
||||
|
||||
;; (local xcenter (screen.primary.width))
|
||||
|
||||
(local agenda-scratch (bling.module.scratchpad {
|
||||
:command "emacsclient -e '(chris/org-agenda)'"
|
||||
|
@ -24,7 +26,7 @@
|
|||
:sticky true
|
||||
:autoclose true
|
||||
:floating true
|
||||
:geometry {:height 1300 :width 1500 :x 377 :y 73}
|
||||
:geometry {:height (dpi 950) :width (dpi 900) :x (dpi 560) :y (dpi 73)}
|
||||
:reapply true
|
||||
:dont_focus_before_close true
|
||||
;; :awestore {:x anim-x :y anim-y}
|
||||
|
@ -169,7 +171,7 @@
|
|||
{: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 "nyxt"))
|
||||
{:description "launch browser" :group "apps"})
|
||||
;; rofi
|
||||
(awful.key [] "Menu" (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/launcher.sh"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue