New backup 2024-05-21 15:11:21
This commit is contained in:
parent
35cc0871c0
commit
75931707db
5 changed files with 13 additions and 2 deletions
3
328p1aa/home/.config/sway/scripts/autostart_apps.d/328p1aa
Executable file
3
328p1aa/home/.config/sway/scripts/autostart_apps.d/328p1aa
Executable file
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
input-remapper-control --command start --config-dir "~/.config/input-remapper-2" --device "Logitech Gaming Keyboard G213" --preset "SuperAlt"
|
|
@ -4,3 +4,4 @@
|
||||||
.config/sway/assets/wallpaper/DP-2
|
.config/sway/assets/wallpaper/DP-2
|
||||||
.config/sway/assets/wallpaper/DP-3
|
.config/sway/assets/wallpaper/DP-3
|
||||||
.config/sway/config-vars.d/bash.d/desktop
|
.config/sway/config-vars.d/bash.d/desktop
|
||||||
|
.config/sway/scripts/autostart_apps.d/328p1aa
|
||||||
|
|
|
@ -6,3 +6,4 @@
|
||||||
.config/sway/scripts/autostart.d
|
.config/sway/scripts/autostart.d
|
||||||
.config/sway/assets/wallpaper
|
.config/sway/assets/wallpaper
|
||||||
.config/sway/config.d/window_rules.d
|
.config/sway/config.d/window_rules.d
|
||||||
|
.config/sway/scripts/autostart_apps.d
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
for_window [shell="xwayland"] title_format "[X] %title"
|
for_window [shell="xwayland"] title_format "[X] %title"
|
||||||
|
|
||||||
# Discord/Armcord opens in scratchpad
|
# Discord/Armcord opens in scratchpad
|
||||||
for_window [class="ArmCord$"] move scratchpad, floating enable, scratchpad hide
|
for_window [class="ArmCord"] move scratchpad, floating enable, scratchpad hide
|
||||||
for_window [class="discord$"] move scratchpad, floating enable, scratchpad hide
|
for_window [class="Discord"] move scratchpad, floating enable, scratchpad hide
|
||||||
|
|
||||||
# Thunderbird assigned to workspace 9
|
# Thunderbird assigned to workspace 9
|
||||||
assign [title="Mozilla Thunderbird$"] workspace "9:"
|
assign [title="Mozilla Thunderbird$"] workspace "9:"
|
||||||
|
|
|
@ -12,3 +12,9 @@ gtk-launch syncthing-gtk & \
|
||||||
nextcloud & \
|
nextcloud & \
|
||||||
gtk-launch ${device_discord_app} & \
|
gtk-launch ${device_discord_app} & \
|
||||||
proton-mailbridge -n
|
proton-mailbridge -n
|
||||||
|
|
||||||
|
for s in ~/.config/sway/scripts/autostart_apps.d/* ;do
|
||||||
|
if [ -f "$s" ];then
|
||||||
|
bash -c "$s"
|
||||||
|
fi
|
||||||
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue