diff --git a/awesome/init.fnl b/awesome/init.fnl index 0be2ece..80fb3e7 100644 --- a/awesome/init.fnl +++ b/awesome/init.fnl @@ -87,7 +87,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 [ @@ -704,5 +704,6 @@ (awful.spawn.once "xset r rate 220 90") (awful.spawn.once "/usr/lib/kdeconnectd") (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/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,