mirror of
https://github.com/danbulant/dots-hyprland
synced 2026-05-19 04:08:48 +00:00
add konsole konfig
This commit is contained in:
parent
13a0927900
commit
839593b11e
4 changed files with 24 additions and 1 deletions
11
.config/konsolerc
Normal file
11
.config/konsolerc
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
[Desktop Entry]
|
||||||
|
DefaultProfile=Profile 1.profile
|
||||||
|
|
||||||
|
[General]
|
||||||
|
ConfigVersion=1
|
||||||
|
|
||||||
|
[KonsoleWindow]
|
||||||
|
UseSingleInstance=true
|
||||||
|
|
||||||
|
[UiSettings]
|
||||||
|
ColorScheme=
|
||||||
|
|
@ -1 +0,0 @@
|
||||||
illogical-impulse.svg
|
|
||||||
12
.local/share/konsole/Profile 1.profile
Normal file
12
.local/share/konsole/Profile 1.profile
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
[Appearance]
|
||||||
|
ColorScheme=MaterialYou
|
||||||
|
|
||||||
|
[General]
|
||||||
|
Command=/bin/fish
|
||||||
|
Environment=COLORTERM=truecolor
|
||||||
|
Name=Profile 1
|
||||||
|
Parent=FALLBACK/
|
||||||
|
|
||||||
|
[Keyboard]
|
||||||
|
KeyBindings=default
|
||||||
|
|
||||||
|
|
@ -233,6 +233,7 @@ esac
|
||||||
# since the files here come from different places, not only about one program.
|
# 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/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/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
|
# Prevent hyprland from not fully loaded
|
||||||
sleep 1
|
sleep 1
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue