diff --git a/awesome/init.fnl b/awesome/init.fnl index b60e0f5..ef06b2c 100644 --- a/awesome/init.fnl +++ b/awesome/init.fnl @@ -74,7 +74,7 @@ (if (= "syl\n" stdout) (global laptop true) (global laptop false)))) -(local laptop false) +(local laptop true) ;; Table of layouts to cover with awful.layout.inc, order matters. (set awful.layout.layouts [ @@ -698,5 +698,6 @@ (awful.spawn.once "jellyfin-mpv-shim") (awful.spawn.once "xset r rate 220 90") (awful.spawn.once "autorandr -c") +;; (awful.spawn.once "nm-applet") (awful.spawn.once "xcape -e 'Super_L=Super_L|Control_L|Escape'") ;; (awful.spawn.once "latte-dock") diff --git a/awesome/keybindings.fnl b/awesome/keybindings.fnl index de0d102..8f3dd85 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 "nyxtlof")) + (awful.key [modkey] "b" (fn [] (awful.spawn "qblof")) {:description "launch browser" :group "apps"}) ;; rofi (awful.key [] "Menu" (fn [] (awful.spawn "/home/chris/.config/rofi/launchers-git/launcher.sh")) diff --git a/rofi/config.rasi b/rofi/config.rasi index 572f7e9..5a75e6e 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -6,7 +6,7 @@ configuration { icon-theme: "Papirus"; terminal: "alacritty"; sidebar-mode: true; - run-command: "fish -c {cmd}"; + /* run-command: "fish -c {cmd}"; */ run-list-command: "fish -c functions"; display-drun: " "; drun-display-format: "{name} [({generic})] - {exec}"; diff --git a/scripts/nyxtlof b/scripts/nyxtlof index 9c47aac..6a7d5e3 100755 --- a/scripts/nyxtlof +++ b/scripts/nyxtlof @@ -10,7 +10,7 @@ if pgrep -x nyxt > /dev/null; then # echo $emacsrg if [ -z $nyxtrg ]; then - env GDK_SCALE=2 GDK_DPI_SCALE=0.5 nyxt + nyxt exit else wmctrl -ia $nyxtrg @@ -29,5 +29,5 @@ if pgrep -x nyxt > /dev/null; then fi else echo not running - env GDK_SCALE=2 GDK_DPI_SCALE=0.5 nyxt + nyxt fi diff --git a/waybar/config b/waybar/config index 3fd7d78..02d6707 100644 --- a/waybar/config +++ b/waybar/config @@ -4,7 +4,7 @@ "height": 30, // Waybar height (to be removed for auto height) // "width": 1280, // Waybar width // Choose the order of the modules "custom/wintitle", - "modules-left": ["sway/workspaces", "river/tags", "sway/mode", "sway/window"], + "modules-left": ["sway/workspaces", "river/tags", "custom/wintitle", "sway/mode", "sway/window"], "modules-center": ["clock"], "modules-right": ["pulseaudio", "network", "memory", "cpu", "battery", "battery#bat2", "tray"], "margin-top": 0,