diff --git a/awesome/bling b/awesome/bling index 048cf41..0fb8534 160000 --- a/awesome/bling +++ b/awesome/bling @@ -1 +1 @@ -Subproject commit 048cf41e0aa5a391948d62e6168d6e54279cf627 +Subproject commit 0fb85341916b6de1c5cd6ddf3e8472292a93a303 diff --git a/awesome/init.fnl b/awesome/init.fnl index bef3278..075fd41 100644 --- a/awesome/init.fnl +++ b/awesome/init.fnl @@ -699,4 +699,4 @@ (awful.spawn.once "xset r rate 220 90") (awful.spawn.once "autorandr -c") (awful.spawn.once "xcape -e 'Super_L=Super_L|Control_L|Escape'") -(awful.spawn.once "latte-dock") +;; (awful.spawn.once "latte-dock") diff --git a/awesome/keybindings.fnl b/awesome/keybindings.fnl index bb45486..22d4a9c 100644 --- a/awesome/keybindings.fnl +++ b/awesome/keybindings.fnl @@ -171,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 "nyxt")) + (awful.key [modkey] "b" (fn [] (awful.spawn "nyxtlof")) {:description "launch browser" :group "apps"}) ;; rofi (awful.key [] "Menu" (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/launcher.sh")) diff --git a/rofi/launchers-git/laptop-rbw.rasi b/rofi/launchers-git/laptop-rbw.rasi index fcb817d..65f5fe1 100644 --- a/rofi/launchers-git/laptop-rbw.rasi +++ b/rofi/launchers-git/laptop-rbw.rasi @@ -2,7 +2,7 @@ configuration { - font: "VictorMono Nerd Font 12.0"; + font: "VictorMono Nerd Font 22.0"; show-icons: false; } @import "/home/chris/.config/rofi/config.rasi" diff --git a/scripts/nyxtlof b/scripts/nyxtlof index 6a7d5e3..9c47aac 100755 --- a/scripts/nyxtlof +++ b/scripts/nyxtlof @@ -10,7 +10,7 @@ if pgrep -x nyxt > /dev/null; then # echo $emacsrg if [ -z $nyxtrg ]; then - nyxt + env GDK_SCALE=2 GDK_DPI_SCALE=0.5 nyxt exit else wmctrl -ia $nyxtrg @@ -29,5 +29,5 @@ if pgrep -x nyxt > /dev/null; then fi else echo not running - nyxt + env GDK_SCALE=2 GDK_DPI_SCALE=0.5 nyxt fi