nyxt disable compositing
hyprland don't group chat programs tmux support foot
This commit is contained in:
parent
432c4d0d2a
commit
e0604444cf
|
@ -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"
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue