From 6eba4de3c9956bd1ef267853787aa7a8e320aa69 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Fri, 25 Mar 2022 16:44:00 -0500 Subject: [PATCH] making fflof the browser --- README.org | 6 ++++++ awesome/keybindings.fnl | 2 +- awesome/rules.fnl | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/README.org b/README.org index 9faf002..a3ee890 100644 --- a/README.org +++ b/README.org @@ -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. * 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 diff --git a/awesome/keybindings.fnl b/awesome/keybindings.fnl index e47c39f..5f9d170 100644 --- a/awesome/keybindings.fnl +++ b/awesome/keybindings.fnl @@ -172,7 +172,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 "qblof")) + (awful.key [modkey] "b" (fn [] (awful.spawn "fflof")) {:description "launch browser" :group "apps"}) ;; rofi (awful.key [] "Menu" (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/launcher.sh")) diff --git a/awesome/rules.fnl b/awesome/rules.fnl index 1eb0d22..8be363e 100644 --- a/awesome/rules.fnl +++ b/awesome/rules.fnl @@ -204,6 +204,7 @@ :properties { :floating true :raise true + :screen awful.screen.preferred :placement (+ awful.placement.centered awful.placement.no_offscreen) } }