mirror of
https://github.com/rwinkhart/artix-install-script.git
synced 2026-08-28 04:46:27 -04:00
Include custom kwinrc
This commit is contained in:
+2
-2
@@ -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
|
||||||
|
|||||||
Executable
+26
@@ -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
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user