mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 09:15:34 +00:00
Use new script location
This commit is contained in:
parent
bafcfae28d
commit
35f7ddfe63
@ -36,7 +36,7 @@ exec --no-startup-id "workspace $15; exec flatpak run org.signal.Signal"
|
||||
|
||||
# Starts Jack for audio
|
||||
exec --no-startup-id "workspace $1; exec alacritty"
|
||||
exec --no-startup-id sh ~/.config/scripts/audio/system-start-audio.sh
|
||||
exec --no-startup-id sh ~/bin/audio/system-start-audio.sh
|
||||
|
||||
# Open Google Play Music on workspace 10
|
||||
for_window [title="Google Play Music Desktop Player"] move to workspace $ws10
|
||||
@ -114,7 +114,7 @@ for_window [class="factorio" title="Factorio*"] move to workspace $wsGames
|
||||
for_window [class="factorio" title="Factorio*"] exec --no-startup-id cat ~/.config/g13/factorio.bind > /tmp/g13-0 && sleep .1 && cat ~/.config/g13/factorio.lpbm > /tmp/g13-0
|
||||
|
||||
# The side buttons move the desktop around
|
||||
bindsym --whole-window button9 exec --no-startup-id python3 ~/.config/scripts/i3-mouse.py back
|
||||
bindsym --whole-window button8 exec --no-startup-id python3 ~/.config/scripts/i3-mouse.py forward
|
||||
bindsym $mod+Tab exec --no-startup-id python3 ~/.config/scripts/i3-mouse.py thumb
|
||||
bindsym --whole-window button9 exec --no-startup-id python3 ~/bin/i3-mouse.py back
|
||||
bindsym --whole-window button8 exec --no-startup-id python3 ~/bin/i3-mouse.py forward
|
||||
bindsym $mod+Tab exec --no-startup-id python3 ~/bin/i3-mouse.py thumb
|
||||
|
||||
|
@ -124,9 +124,9 @@ bindsym $mod+Shift+9 move container to workspace $ws9
|
||||
bindsym $mod+Shift+0 move container to workspace $ws10
|
||||
|
||||
# reload the configuration file
|
||||
bindsym $mod+Shift+c exec "sh ~/.config/scripts/i3wm-config-gen.sh"
|
||||
bindsym $mod+Shift+c exec "sh ~/bin/i3wm-config-gen.sh"
|
||||
# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
|
||||
bindsym $mod+Shift+r exec "sh ~/.config/scripts/i3wm-config-gen.sh" ; restart
|
||||
bindsym $mod+Shift+r exec "sh ~/bin/i3wm-config-gen.sh" ; restart
|
||||
# exit i3 (logs you out of your X session)
|
||||
bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
|
||||
|
||||
@ -171,7 +171,7 @@ bindsym $mod+r mode "resize"
|
||||
exec_always --no-startup-id setxkbmap -option 'caps:super'
|
||||
|
||||
# Startup scripts
|
||||
exec --no-startup-id sh ~/.config/scripts/connect-nas.sh
|
||||
exec --no-startup-id sh ~/bin/connect-nas.sh
|
||||
exec --no-startup-id systemctl --user start polybar
|
||||
exec --no-startup-id systemctl --user restart streamdeck
|
||||
exec --no-startup-id waybar &
|
||||
@ -230,8 +230,8 @@ for_window [instance="^sun-awt-X11-XDialogPeer$" title="^Complete Installation$"
|
||||
|
||||
# Bitwig
|
||||
for_window [class="^Bitwig Studio$" title="^Bitwig Studio"] gaps inner set 0; gaps outer set 0
|
||||
for_window [class="^Bitwig Studio$" title="^Bitwig Studio"] exec python ~/.config/scripts/audio/synth-power.py -d
|
||||
for_window [class="^Bitwig Studio$" title="^Bitwig Studio"] exec sh ~/.config/scripts/audio/aquamix.sh -d
|
||||
for_window [class="^Bitwig Studio$" title="^Bitwig Studio"] exec python ~/bin/audio/synth-power.py -d
|
||||
for_window [class="^Bitwig Studio$" title="^Bitwig Studio"] exec sh ~/bin/audio/aquamix.sh -d
|
||||
for_window [class="^Bitwig Studio$" title="^Bitwig Studio"] exec systemctl --user restart i3wm-close-window.service
|
||||
|
||||
#Other
|
||||
|
Loading…
x
Reference in New Issue
Block a user