From 2bd76c2124dac63f1026e0aa154b94747331ba73 Mon Sep 17 00:00:00 2001 From: Heus-Sueh <98482469+Heus-Sueh@users.noreply.github.com> Date: Sat, 10 Aug 2024 17:03:49 -0300 Subject: [PATCH] making the kitty the default --- files/system/etc/skel/.config/hypr/env.conf | 1 + files/system/etc/skel/.config/hypr/exec.conf | 11 +++++++++++ files/system/usr/share/hyprland/hyprland.conf | 2 +- recipes/pkgs.yml | 3 +-- 4 files changed, 14 insertions(+), 3 deletions(-) diff --git a/files/system/etc/skel/.config/hypr/env.conf b/files/system/etc/skel/.config/hypr/env.conf index 1261580..a66b90a 100644 --- a/files/system/etc/skel/.config/hypr/env.conf +++ b/files/system/etc/skel/.config/hypr/env.conf @@ -1,5 +1,6 @@ # ############ Themes ############# env = QT_QPA_PLATFORM, wayland env = QT_QPA_PLATFORMTHEME, qt5ct +env = QT_WAYLAND_DISABLE_WINDOWDECORATION, 1 # env = QT_STYLE_OVERRIDE,kvantum # env = WLR_NO_HARDWARE_CURSORS, 1 diff --git a/files/system/etc/skel/.config/hypr/exec.conf b/files/system/etc/skel/.config/hypr/exec.conf index c71caf8..853add2 100644 --- a/files/system/etc/skel/.config/hypr/exec.conf +++ b/files/system/etc/skel/.config/hypr/exec.conf @@ -4,3 +4,14 @@ exec-once = fcitx5 # Clipboard: history exec-once = wl-paste --type text --watch cliphist store exec-once = wl-paste --type image --watch cliphist store + +# Theming +set $interface = org.gnome.desktop.interface +set $wm-preferences = org.gnome.desktop.wm.preferences + +exec-once = gsettings set $interface color-scheme 'prefer-dark' +exec-once = gsettings set $wm-preferences theme 'adw-gtk3-dark' +exec-once = gsettings set $interface gtk-theme 'adw-gtk3-dark' +exec-once = gsettings set $interface font-name 'Inter Variable 11' +# exec-once gsettings set $interface icon-theme 'Papirus-Dark' + diff --git a/files/system/usr/share/hyprland/hyprland.conf b/files/system/usr/share/hyprland/hyprland.conf index f340285..d5ad093 100644 --- a/files/system/usr/share/hyprland/hyprland.conf +++ b/files/system/usr/share/hyprland/hyprland.conf @@ -102,7 +102,7 @@ misc { # See https://wiki.hyprland.org/Configuring/Keywords/ for more $mainMod = SUPER $files = nautilus -$term = alacritty +$term = kitty # Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more bind = $mainMod, Q, killactive, diff --git a/recipes/pkgs.yml b/recipes/pkgs.yml index 303234c..d3baf95 100644 --- a/recipes/pkgs.yml +++ b/recipes/pkgs.yml @@ -63,7 +63,7 @@ install: - kanshi - wlogout # terminal - - alacritty + # - alacritty - stow # notifications - dunst @@ -98,4 +98,3 @@ install: - pam-kwallet # Others remove: - - kitty