making fflof the browser
This commit is contained in:
parent
787726095a
commit
6eba4de3c9
|
@ -7,3 +7,9 @@ This repository contains all of my dotfiles for the strange and odd configuratio
|
||||||
Hopefully many of them will be of some use to you. I plan on eventually making these all literate so that you are able to see many comments in line with the configs and why they are the way they are but, I'm a chump and haven't done it yet.
|
Hopefully many of them will be of some use to you. I plan on eventually making these all literate so that you are able to see many comments in line with the configs and why they are the way they are but, I'm a chump and haven't done it yet.
|
||||||
|
|
||||||
* Thanks!
|
* Thanks!
|
||||||
|
|
||||||
|
* EXTRA
|
||||||
|
Possible efibootmgr command to make efistub work on desktop
|
||||||
|
#+begin_src sh
|
||||||
|
efibootmgr --disk /dev/nvme0n1 --part 1 --create --label "Arch Linux" --loader /boot/vmlinuz-linux-zen --unicode 'root=PARTUUID=d920ee9c-3b42-4c83-9c4c-a33406421ed1 rootflags=subvol=@ rw noatime nodiratime compress=zstd:3 ssd space_cache initrd=\initramfs-linux-zen.img' --verbose
|
||||||
|
#+end_src
|
||||||
|
|
|
@ -172,7 +172,7 @@
|
||||||
{: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 "qblof"))
|
(awful.key [modkey] "b" (fn [] (awful.spawn "fflof"))
|
||||||
{:description "launch browser" :group "apps"})
|
{:description "launch browser" :group "apps"})
|
||||||
;; rofi
|
;; rofi
|
||||||
(awful.key [] "Menu" (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/launcher.sh"))
|
(awful.key [] "Menu" (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/launcher.sh"))
|
||||||
|
|
|
@ -204,6 +204,7 @@
|
||||||
:properties {
|
:properties {
|
||||||
:floating true
|
:floating true
|
||||||
:raise true
|
:raise true
|
||||||
|
:screen awful.screen.preferred
|
||||||
:placement (+ awful.placement.centered awful.placement.no_offscreen)
|
:placement (+ awful.placement.centered awful.placement.no_offscreen)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue