Move Arch files
This commit is contained in:
@@ -88,6 +88,9 @@ Plugin {
|
||||
Button {
|
||||
id=/usr/share/applications/spotify.desktop
|
||||
}
|
||||
Button {
|
||||
id=/usr/share/applications/discord-canary.desktop
|
||||
}
|
||||
Button {
|
||||
id=menu://applications/chrome-apps/chrome-hmjkmjkepdijhoojdojkdfohbdgmmhki-Default.desktop
|
||||
}
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
type = Terminal
|
||||
uuid = 41f364c3-36b4-4af5-b999-2b2141b85319
|
||||
[[[terminal8]]]
|
||||
command = lein dev-css; zsh
|
||||
command = htop; zsh
|
||||
directory = /home/michael/.work-files/dive-networks/dive-web-app/
|
||||
order = 0
|
||||
parent = child7
|
||||
@@ -113,7 +113,7 @@
|
||||
type = Terminal
|
||||
uuid = 5e14119d-8778-4226-a424-b9c5eca80292
|
||||
[[[terminal9]]]
|
||||
command = watch free -h; zsh
|
||||
command = lein dev-css; zsh
|
||||
directory = /home/michael/.work-files/dive-networks/dive-web-app/
|
||||
order = 1
|
||||
parent = child7
|
||||
|
||||
5
linux/arch/systemd/readme.md
Normal file
5
linux/arch/systemd/readme.md
Normal file
@@ -0,0 +1,5 @@
|
||||
To install these services first link them to `/etc/systemd/system/`
|
||||
|
||||
Next, run `systemctl enable <script-name>.serivoce`
|
||||
|
||||
And then finally you can force start with `systemctl start <script-name>.service`
|
||||
8
linux/arch/systemd/remapKeyboard.service
Normal file
8
linux/arch/systemd/remapKeyboard.service
Normal file
@@ -0,0 +1,8 @@
|
||||
[Unit]
|
||||
Description=Remaps the keyboard using xmodmap
|
||||
|
||||
[Service]
|
||||
ExecStart=/home/michael/bin/remap-keyboard.sh
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
Reference in New Issue
Block a user