feat(hyprland): update config

This commit is contained in:
tux
2026-02-24 15:15:21 +05:30
parent 8e1a543fd7
commit fd3651b398

View File

@@ -30,9 +30,9 @@
terminal = "wezterm"; terminal = "wezterm";
floating_terminal = "wezterm start --class wezterm-floating"; floating_terminal = "wezterm start --class wezterm-floating";
editor = "wezterm -e nvim"; editor = "wezterm -e nvim";
browser = "vivaldi"; browser = "brave --new-window";
spotify = "wezterm start --class wezterm-floating -e spotify_player"; spotify = "wezterm start --class wezterm-floating -e spotify_player";
filemanager = "wezterm start --class wezterm-floating -e superfile"; filemanager = "wezterm -e superfile";
in { in {
# See https://wiki.hyprland.org/Configuring/Multi-GPU # See https://wiki.hyprland.org/Configuring/Multi-GPU
env = "AQ_DRM_DEVICES,/dev/dri/card2"; env = "AQ_DRM_DEVICES,/dev/dri/card2";
@@ -156,7 +156,6 @@
# KDE Connect # KDE Connect
"float on, center on, size 900 700, match:class (org.kde.kdeconnect.sms|org.kde.kdeconnect.app)" "float on, center on, size 900 700, match:class (org.kde.kdeconnect.sms|org.kde.kdeconnect.app)"
"workspace 3 silent, match:class (firefox|brave-browser)"
"workspace 7 silent, match:class (discord|org.telegram.desktop)" "workspace 7 silent, match:class (discord|org.telegram.desktop)"
]; ];