diff --git a/README.org b/README.org index b04b51f..d1bd9ff 100644 --- a/README.org +++ b/README.org @@ -444,7 +444,7 @@ Emacs service #+begin_src nix services.emacs = { enable = true; - package = with pkgs; ((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools pkgs.mu ])); + package = with pkgs; ((emacsPackagesFor emacsNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools pkgs.mu ])); }; #+end_src diff --git a/awesome/keybindings.fnl b/awesome/keybindings.fnl index 54043ad..0084ca5 100644 --- a/awesome/keybindings.fnl +++ b/awesome/keybindings.fnl @@ -183,7 +183,7 @@ (awful.key [ modkey shift ] "w" (fn [] (awful.spawn "libreoffice --writer")) {:description "Open Writer" :group "apps" }) ;;ff - (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/firefox/chrome/chrome/navbar_tabs_oneliner_tabs_on_left.css b/firefox/chrome/chrome/navbar_tabs_oneliner_tabs_on_left.css index ce97a0e..e524016 100644 --- a/firefox/chrome/chrome/navbar_tabs_oneliner_tabs_on_left.css +++ b/firefox/chrome/chrome/navbar_tabs_oneliner_tabs_on_left.css @@ -146,7 +146,7 @@ the close button is positioned to the far right */ /* make urlbar rounded */ #urlbar{ - margin-top: 38px !important; + margin-top: 39px !important; padding-right: 10px !important; padding-left: 10px !important; } @@ -172,11 +172,11 @@ the close button is positioned to the far right */ } #nav-bar-customization-target{ - margin-top: -21px; + margin-top: -22px; } #nav-bar-overflow-button{ - margin-top: -21px !important; + margin-top: -22px !important; } #PanelUI-button{ - margin-top: -21px !important; + margin-top: -22px !important; } diff --git a/fish/config.fish b/fish/config.fish index e83338a..8fcd1c6 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -218,6 +218,7 @@ alias mkdir "mkdir -pv" alias nupd "update-nix" alias nupg "upgrade-nix" alias myip "curl icanhazip.com" +alias ytd "yt-dlp -o ~/Videos/%(title)s.%(ext)s" ### Start X at login if status is-login diff --git a/mpv/mpv.conf b/mpv/mpv.conf index 37cd14d..cab1765 100644 --- a/mpv/mpv.conf +++ b/mpv/mpv.conf @@ -8,7 +8,7 @@ geometry=90%:90% hwdec=auto rtsp-transport=udp speed=1.95 -gpu-context=wayland +# gpu-context=wayland # ytdl-path=yt-dlp ytdl-format=bestvideo[height<=?720][fps<=?30]+bestaudio/best diff --git a/system/kaladin/configuration.nix b/system/kaladin/configuration.nix index fffe83f..42c7258 100644 --- a/system/kaladin/configuration.nix +++ b/system/kaladin/configuration.nix @@ -346,7 +346,7 @@ services.emacs = { enable = true; - package = with pkgs; ((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools pkgs.mu ])); + package = with pkgs; ((emacsPackagesFor emacsNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools pkgs.mu ])); }; services.samba-wsdd.enable = true; services.samba = { diff --git a/system/syl/configuration.nix b/system/syl/configuration.nix index 965f79e..311e908 100644 --- a/system/syl/configuration.nix +++ b/system/syl/configuration.nix @@ -359,7 +359,7 @@ services.emacs = { enable = true; - package = with pkgs; ((emacsPackagesFor emacsPgtkNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools pkgs.mu ])); + package = with pkgs; ((emacsPackagesFor emacsNativeComp).emacsWithPackages (epkgs: [ epkgs.vterm epkgs.magit epkgs.pdf-tools pkgs.mu ])); }; services.samba-wsdd.enable = true; services.samba = {