A lot of probably pointless additions
This commit is contained in:
parent
ca95ac0419
commit
0fd3495ff7
|
@ -142,12 +142,14 @@
|
|||
{: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"))
|
||||
{:description "launch qutebrowser" :group "apps"})
|
||||
;; rofi
|
||||
(awful.key [] "Menu" (fn [] (awful.spawn "/home/chris/.dotfiles/rofi/launchers-git/launcher.sh"))
|
||||
{:description "launch rofi" :group "launcher"})
|
||||
(awful.key [modkey] "w" (fn [] (awful.spawn "/home/chris/.dotfiles/rofi/launchers-git/windows.sh"))
|
||||
{:description "launch rofi window switcher" :group "launcher"})
|
||||
(awful.key [modkey] "b" (fn [] (awful.spawn bwmenu))
|
||||
(awful.key [modkey shift] "b" (fn [] (awful.spawn bwmenu))
|
||||
{:description "launch rofi bitwarden selector" :group "launcher"})
|
||||
(awful.key [modkey] "y" (fn [] (awful.spawn "yt -r"))
|
||||
{:description "search youtube" :group "launcher"})
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
:raise true
|
||||
:ontop true
|
||||
:screen awful.screen.preferred
|
||||
:width (dpi 600)
|
||||
;; :width (dpi 600)
|
||||
:height (dpi 300)
|
||||
:placement (+ awful.placement.no_offscreen awful.placement.centered)
|
||||
}
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
contrastOpacity=175
|
||||
contrastUiColor=#db8800
|
||||
disabledTrayIcon=true
|
||||
drawColor=#7cc6da
|
||||
drawColor=#0e8f17
|
||||
drawThickness=77
|
||||
saveAfterCopy=true
|
||||
saveAfterCopyPath=/home/chris/Pictures
|
||||
|
|
|
@ -11,4 +11,6 @@ settings:
|
|||
content.notifications:
|
||||
https://jelly.cochrun.xyz: true
|
||||
https://nc.cochrun.xyz: false
|
||||
https://www.facebook.com: false
|
||||
https://www.g2a.com: false
|
||||
https://www.reddit.com: false
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[FileDialog]
|
||||
history=file:///home/chris/Downloads, file:///home/chris/Downloads/Takeout/Contacts/All Contacts, file:///home/chris/Pictures/Newsletter, file:///home/chris/org, file:///home/chris/storage/digikam/Photos/Camera/Camera
|
||||
lastVisited=file:///home/chris/org
|
||||
history=file:///home/chris/Pictures/Newsletter, file:///home/chris/org, file:///home/chris/storage/digikam/Photos/Camera/Camera, file:///home/chris/Pictures, file:///home/chris
|
||||
lastVisited=file:///home/chris/storage/digikam/Photos/Camera/Camera
|
||||
qtVersion=5.15.2
|
||||
shortcuts=file:, file:///home/chris
|
||||
sidebarWidth=116
|
||||
|
|
|
@ -18,3 +18,4 @@ jelly https://jelly.cochrun.xyz/web/index.html#!/home.html
|
|||
st http://127.0.0.1:8384/#
|
||||
ha https://home.cochrun.xyz/lovelace/default_view
|
||||
tfc https://www.tfcconnection.org/
|
||||
nvtfc https://www.facebook.com/NorthernValleyTFC
|
||||
|
|
Loading…
Reference in a new issue