feat: add kiorc
This commit is contained in:
parent
899074eb1c
commit
2e5029d7e2
4 changed files with 10 additions and 2 deletions
|
@ -10,7 +10,7 @@ plugin {
|
||||||
# See https://wiki.hyprland.org/Configuring/Monitors/
|
# See https://wiki.hyprland.org/Configuring/Monitors/
|
||||||
monitor=eDP-1,1920x1200@60,0x0,1
|
monitor=eDP-1,1920x1200@60,0x0,1
|
||||||
|
|
||||||
exec-once = $HOME/.config/lisgd/config &
|
exec-once = $HYPR_PATH/lisgd.sh &
|
||||||
|
|
||||||
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
# See https://wiki.hyprland.org/Configuring/Keywords/ for more
|
||||||
|
|
||||||
|
|
|
@ -42,7 +42,7 @@ function rotate {
|
||||||
hyprctl keyword device:"$i":transform $TARGET_ORIENTATION
|
hyprctl keyword device:"$i":transform $TARGET_ORIENTATION
|
||||||
done
|
done
|
||||||
|
|
||||||
/home/matt/.config/lisgd/config &
|
$HYPR_PATH/lisgd.sh &
|
||||||
}
|
}
|
||||||
|
|
||||||
while IFS='$\n' read -r line; do
|
while IFS='$\n' read -r line; do
|
||||||
|
|
7
config/kiorc
Normal file
7
config/kiorc
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
[Confirmations]
|
||||||
|
ConfirmDelete=true
|
||||||
|
ConfirmEmptyTrash=true
|
||||||
|
ConfirmTrash=false
|
||||||
|
|
||||||
|
[Executable scripts]
|
||||||
|
behaviourOnLaunch=alwaysAsk
|
|
@ -19,6 +19,7 @@ in
|
||||||
|
|
||||||
"dolphinrc".source = config.lib.file.mkOutOfStoreSymlink "${configDir}/dolphinrc";
|
"dolphinrc".source = config.lib.file.mkOutOfStoreSymlink "${configDir}/dolphinrc";
|
||||||
"kdeglobals".source = config.lib.file.mkOutOfStoreSymlink "${configDir}/kdeglobals";
|
"kdeglobals".source = config.lib.file.mkOutOfStoreSymlink "${configDir}/kdeglobals";
|
||||||
|
"kiorc".source = config.lib.file.mkOutOfStoreSymlink "${configDir}/kiorc";
|
||||||
};
|
};
|
||||||
|
|
||||||
programs = {
|
programs = {
|
||||||
|
|
Loading…
Reference in a new issue