add konsole konfig

This commit is contained in:
end-4 2025-08-03 17:31:58 +07:00
parent 13a0927900
commit 839593b11e
4 changed files with 24 additions and 1 deletions

11
.config/konsolerc Normal file
View file

@ -0,0 +1,11 @@
[Desktop Entry]
DefaultProfile=Profile 1.profile
[General]
ConfigVersion=1
[KonsoleWindow]
UseSingleInstance=true
[UiSettings]
ColorScheme=

View file

@ -1 +0,0 @@
illogical-impulse.svg

View file

@ -0,0 +1,12 @@
[Appearance]
ColorScheme=MaterialYou
[General]
Command=/bin/fish
Environment=COLORTERM=truecolor
Name=Profile 1
Parent=FALLBACK/
[Keyboard]
KeyBindings=default

View file

@ -233,6 +233,7 @@ esac
# since the files here come from different places, not only about one program.
# v rsync -av ".local/bin/" "$XDG_BIN_HOME" # No longer needed since scripts are no longer in ~/.local/bin
v rsync -av ".local/share/icons/" "${XDG_DATA_HOME:-$HOME/.local/share}"/icons/
v rsync -av ".local/share/konsole/" "${XDG_DATA_HOME:-$HOME/.local/share}"/konsole/
# Prevent hyprland from not fully loaded
sleep 1