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