From e0604444cf90b2d7d461a4b78c70a91f25d1b07a Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Tue, 7 Nov 2023 09:29:45 +0000 Subject: [PATCH] nyxt disable compositing hyprland don't group chat programs tmux support foot --- home/default.nix | 2 +- home/hyprland/config.nix | 3 --- home/nyxt/config.lisp | 1 + 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/home/default.nix b/home/default.nix index 29440bb0..2821f732 100644 --- a/home/default.nix +++ b/home/default.nix @@ -185,7 +185,7 @@ plugins = with pkgs.tmuxPlugins; [ yank tmux-fzf ]; extraConfig = '' # https://old.reddit.com/r/tmux/comments/mesrci/tmux_2_doesnt_seem_to_use_256_colors/ - set -ga terminal-overrides ",*256col*:Tc" + set -ga terminal-overrides ",*256col*,foot:Tc" set -ga terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' set-environment -g COLORTERM "truecolor" diff --git a/home/hyprland/config.nix b/home/hyprland/config.nix index cd50869a..40c9585e 100644 --- a/home/hyprland/config.nix +++ b/home/hyprland/config.nix @@ -155,9 +155,6 @@ in '' windowrule = move onscreen 100%-820 60,(pavucontrol|.blueman-manager-wrapped|nm-connection-editor) windowrule = nomaximizerequest, ^(libreoffice).* windowrule = nofullscreenrequest, ^(libreoffice).* - windowrule = group set always,(fractal) - windowrule = group set always,(discord) - windowrule = group set always,(teams-for-linux) windowrule = nofullscreenrequest,(Nxplayer.bin) windowrule = nomaximizerequest,(Nxplayer.bin) windowrule = group set always,(Nxplayer.bin) diff --git a/home/nyxt/config.lisp b/home/nyxt/config.lisp index f05c4807..b2f02000 100644 --- a/home/nyxt/config.lisp +++ b/home/nyxt/config.lisp @@ -1,6 +1,7 @@ (defmethod customize-instance ((browser browser) &key) (setf (slot-value browser 'restore-session-on-startup-p) nil)) (setf (uiop:getenv "GTK_THEME") "Adwaita:dark") +(setf (uiop/os:getenv "WEBKIT_DISABLE_COMPOSITING_MODE") "1") (define-configuration buffer ((default-modes (pushnew 'nyxt/mode/emacs:emacs-mode %slot-value%)))) (define-configuration web-buffer