Skip to content

Commit 4d102e5

Browse files
authored
Merge pull request #1448 from zeerayne/kitty-userprefs
Feature: `userprefs.conf` support for kitty terminal
2 parents 0e25a33 + a77f5f4 commit 4d102e5

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

Configs/.config/kitty/kitty.conf

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ include theme.conf
99
#background_opacity 0.60
1010
#hide_window_decorations yes
1111
#confirm_os_window_close 0
12+
13+
# initially empty, to be configured by user and remains static
14+
include userprefs.conf
15+
16+
# Note: as userprefs.conf is included at the end, settings configured in this file will override the defaults

Configs/.config/kitty/userprefs.conf

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Set your personal kitty configuration here

Scripts/restore_cfg.lst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ Y|Y|${HOME}/.config/hypr|animations.conf hyprland.conf windowrules.conf animatio
1212
N|Y|${HOME}/.config/hypr|keybindings.conf monitors.conf userprefs.conf|hyprland
1313
N|Y|${HOME}/.config/hypr|nvidia.conf|hyprland nvidia-utils
1414
Y|Y|${HOME}/.local/share|bin|hyprland
15-
Y|Y|${HOME}/.config|kitty|kitty
15+
Y|Y|${HOME}/.config/kitty|kitty.conf theme.conf|kitty
16+
N|Y|${HOME}/.config/kitty|userprefs.conf|kitty
1617
Y|Y|${HOME}/.config|Kvantum|kvantum
1718
Y|Y|${HOME}/.config|MangoHud|mangohud
1819
Y|Y|${HOME}/.config|fastfetch|fastfetch

0 commit comments

Comments
 (0)