Include custom kwinrc

This commit is contained in:
2023-12-07 19:36:46 -05:00
parent 91a8503129
commit 2d75805bba
3 changed files with 29 additions and 3 deletions
+2 -2
View File
@@ -120,8 +120,8 @@ if [ "$formfactor" == 1 ] || [ "$formfactor" == 2 ] || [ "$formfactor" == 3 ]; t
mkdir -p /home/"$username"/.local/share/konsole mkdir -p /home/"$username"/.local/share/konsole
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/konsole-profile -o /home/"$username"/.local/share/konsole/Custom.profile curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/konsole-profile -o /home/"$username"/.local/share/konsole/Custom.profile
curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/konsolerc -o /home/"$username"/.config/konsolerc curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/konsolerc -o /home/"$username"/.config/konsolerc
chmod 755 /home/"$username"/.config/konsolerc /home/"$username"/.local/share/konsole /home/"$username"/.local/share/konsole/Custom.profile curl https://raw.githubusercontent.com/rwinkhart/artix-install-script/main/config-files/kwinrc -o /home/"$username"/.config/kwinrc
chown "$username":users /home/"$username"/.config/konsolerc /home/"$username"/.local/share/konsole /home/"$username"/.local/share/konsole/Custom.profile chown -R "$username":users /home/"$username"/.config/kwinrc /home/"$username"/.config/konsolerc /home/"$username"/.local/share/konsole
fi fi
mkdir /home/"$username"/.config/autostart mkdir /home/"$username"/.config/autostart
+26
View File
@@ -0,0 +1,26 @@
[Compositing]
LatencyPolicy=ExtremelyLow
[ModifierOnlyShortcuts]
Meta=org.kde.krunner,/App,,toggleDisplay
[MouseBindings]
CommandTitlebarWheel=Raise/Lower
[Plugins]
kwin4_effect_squashEnabled=false
magiclampEnabled=true
wobblywindowsEnabled=true
[Windows]
AutoRaise=true
AutoRaiseInterval=500
DelayFocusInterval=500
FocusPolicy=FocusFollowsMouse
NextFocusPrefersMouse=true
[org.kde.kdecoration2]
BorderSize=None
BorderSizeAuto=false
ButtonsOnLeft=XI
ButtonsOnRight=F
+1 -1
View File
@@ -3,7 +3,7 @@
loadkeys us loadkeys us
echo ---------------------------------------------------------------------------------------------- echo ----------------------------------------------------------------------------------------------
echo rwinkhart\'s artix install script echo rwinkhart\'s artix install script
echo last updated december 07, 2023 \(rev. D\) echo last updated december 07, 2023 \(rev. E\)
echo ---------------------------------------------------------------------------------------------- echo ----------------------------------------------------------------------------------------------
echo You will be asked some questions before installation. echo You will be asked some questions before installation.
echo -e "----------------------------------------------------------------------------------------------\n" echo -e "----------------------------------------------------------------------------------------------\n"