diff --git a/awesome/init.fnl b/awesome/init.fnl index 6eff015..70bcc0d 100644 --- a/awesome/init.fnl +++ b/awesome/init.fnl @@ -738,14 +738,13 @@ (awful.spawn.once "picom --experimental-backend") (awful.spawn.once "/usr/lib/polkit-kde-authentication-agent-1") (awful.spawn.once "feh --bg-fill /home/chris/Pictures/wallpapers/tech.jpg") -(awful.spawn.once "caffeine") (awful.spawn.once "bluetoothctl power on") -(awful.spawn.once "nextcloud --background") +;; (awful.spawn.once "nextcloud --background") (awful.spawn.once "rbw-agent") (awful.spawn.once "killall jellyfin-mpv-shim && jellyfin-mpv-shim") (awful.spawn.once "xset r rate 220 90") (awful.spawn.once "/usr/lib/kdeconnectd") -;;(awful.spawn.once "autorandr -c") +(awful.spawn.once "emacs --daemon") (if laptop (awful.spawn.once "nm-applet")) (awful.spawn.once "xcape -e 'Super_L=Super_L|Control_L|Escape'") (awful.spawn.once "xcape -e 'Alt_L=Super_L|W'") diff --git a/awesome/keybindings.fnl b/awesome/keybindings.fnl index e47c39f..961f1d5 100644 --- a/awesome/keybindings.fnl +++ b/awesome/keybindings.fnl @@ -153,7 +153,7 @@ ;; Programs (awful.key [ modkey ] "d" (fn [] (awful.spawn "emacsclient -c -e '(dired-jump)'")) {:description "launch dired in new emacs frame" :group "apps" }) - (awful.key [ modkey shift ] "d" (fn [] (awful.spawn "env QT_QPA_PLATFORMTHEME=qt5ct dolphin")) + (awful.key [ modkey shift ] "d" (fn [] (awful.spawn "dolphin --platformtheme qt5ct")) {:description "launch dolphin file browser" :group "apps" }) (awful.key [ modkey ] "x" (fn [] (awful.spawn "emacsclient -c -e '(org-capture)'" {:floating true :placement awful.placement.centered :class "org-agenda" :instance "org-agenda"})) @@ -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/rc.lua b/awesome/rc.lua index e014ad8..2b98ecd 100644 --- a/awesome/rc.lua +++ b/awesome/rc.lua @@ -1,4 +1,3 @@ -pcall(require, "luarocks.loader") fennel = require("fennel") local gears = require("gears") local naughty = require("naughty") diff --git a/firefox/chrome/chrome/navbar_tabs_oneliner_tabs_on_left.css b/firefox/chrome/chrome/navbar_tabs_oneliner_tabs_on_left.css index 94d86e3..b7f488d 100644 --- a/firefox/chrome/chrome/navbar_tabs_oneliner_tabs_on_left.css +++ b/firefox/chrome/chrome/navbar_tabs_oneliner_tabs_on_left.css @@ -191,7 +191,7 @@ the close button is positioned to the far right */ /* make urlbar rounded */ #urlbar{ - margin-top: 21px !important; + margin-top: 38px !important; padding-right: 10px !important; padding-left: 10px !important; } @@ -206,7 +206,7 @@ the close button is positioned to the far right */ } #urlbar[breakout][breakout-extend] { - margin-top: 5px !important; + margin-top: 14px !important; top: 0px !important; } @@ -217,11 +217,11 @@ the close button is positioned to the far right */ } #nav-bar-customization-target{ - margin-top: -19px; + margin-top: -21px; } #nav-bar-overflow-button{ - margin-top: -19px !important; + margin-top: -21px !important; } #PanelUI-button{ - margin-top: -19px !important; + margin-top: -21px !important; } diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml index 231e11c..28ab6b0 100644 --- a/qutebrowser/autoconfig.yml +++ b/qutebrowser/autoconfig.yml @@ -45,6 +45,6 @@ settings: https://outlook.office.com?mailtouri=%25s: false https://staff.tfcconnection.org: true tabs.show: - global: switching + global: always zoom.default: global: 100% diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 1def44f..66a2d8a 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -765,7 +765,7 @@ c.colors.webpage.darkmode.contrast = 0.5 ## `colors.webpage.darkmode.threshold.background` to 205. - "With ## selective inversion of everything": Combines the two variants above. ## Type: Bool -c.colors.webpage.darkmode.enabled = True +c.colors.webpage.darkmode.enabled = False ## Render all colors as grayscale. This only has an effect when ## `colors.webpage.darkmode.algorithm` is set to `lightness-hsl` or diff --git a/scripts/emacsd b/scripts/emacsd new file mode 100755 index 0000000..2eb2313 --- /dev/null +++ b/scripts/emacsd @@ -0,0 +1,11 @@ +#!/bin/sh + +runem=$(pgrep -c emacs) + +if [ $runem -gt 0 ]; then + echo "emacs is running!" +else + echo "emacs isn't running! Starting it..." + emacs --daemon & + echo "emacs started." +fi diff --git a/scripts/plasma-startup.sh b/scripts/plasma-startup.sh index 77947c7..7affb91 100755 --- a/scripts/plasma-startup.sh +++ b/scripts/plasma-startup.sh @@ -4,6 +4,7 @@ export MOZ_ENABLE_WAYLAND=1 exec ydotoold & exec systemctl enable --user --now libinput-gestures & +exec emacs --daemon & -xcape -e 'Super_L=Super_L|Control_L|Escape' +xcape -e 'Super_L=Super_L|Control_L|Escape' & diff --git a/tridactyl/tridactylrc b/tridactyl/tridactylrc index f70ccaf..0eab86c 100644 --- a/tridactyl/tridactylrc +++ b/tridactyl/tridactylrc @@ -5,7 +5,7 @@ set update.nag true set update.nagwait 7 set update.lastnaggedversion 1.14.0 set update.checkintervalsecs 86400 -set theme acario +set theme snazzy set searchurls.gh https://github.com/search?utf8=✓&q= set searchurls.y https://www.yewtu.be/search?q= set searchurls.aw https://wiki.archlinux.org/index.php?search=