Skip to content

Commit

Permalink
making the kitty the default
Browse files Browse the repository at this point in the history
  • Loading branch information
Heus-Sueh committed Aug 10, 2024
1 parent c4a46cd commit 2bd76c2
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 3 deletions.
1 change: 1 addition & 0 deletions files/system/etc/skel/.config/hypr/env.conf
Original file line number Diff line number Diff line change
@@ -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
11 changes: 11 additions & 0 deletions files/system/etc/skel/.config/hypr/exec.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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'

2 changes: 1 addition & 1 deletion files/system/usr/share/hyprland/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
3 changes: 1 addition & 2 deletions recipes/pkgs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ install:
- kanshi
- wlogout
# terminal
- alacritty
# - alacritty
- stow
# notifications
- dunst
Expand Down Expand Up @@ -98,4 +98,3 @@ install:
- pam-kwallet
# Others
remove:
- kitty

0 comments on commit 2bd76c2

Please sign in to comment.