mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-30 01:35:34 +00:00
Faster audio startup
This commit is contained in:
parent
7ac78a5b58
commit
723c164bb1
@ -25,11 +25,11 @@ exec_always --no-startup-id g13d --config ~/.config/g13/resolve.bind --logo ~/.c
|
|||||||
exec_always --no-startup-id setxkbmap -option 'caps:super'
|
exec_always --no-startup-id setxkbmap -option 'caps:super'
|
||||||
|
|
||||||
# Starts Jack for audio
|
# Starts Jack for audio
|
||||||
exec_always --no-startup-id sleep 1 && cadence-session-start --system-start
|
exec_always --no-startup-id sh ~/.config/scripts/system-start-audio.sh
|
||||||
|
|
||||||
# Start Firefox
|
# Start Firefox
|
||||||
exec_always --no-startup-id i3-msg 'workspace 3; exec firefox'
|
exec_always --no-startup-id i3-msg 'workspace 3; exec firefox'
|
||||||
|
|
||||||
# Open Google Play Music on workspace 10
|
# Open Google Play Music on workspace 10
|
||||||
exec_always --no-startup-id i3-msg 'workspace 10; exec sleep 2 && google-play-music-desktop-player'
|
|
||||||
for_window [title="Google Play Music Desktop Player"] move to workspace $ws10
|
for_window [title="Google Play Music Desktop Player"] move to workspace $ws10
|
||||||
|
|
||||||
|
@ -148,7 +148,7 @@ bindsym $mod+r mode "resize"
|
|||||||
exec --no-startup-id polybar aqua
|
exec --no-startup-id polybar aqua
|
||||||
|
|
||||||
# Startup scripts
|
# Startup scripts
|
||||||
ecec --no-startup-id sh ~/.config/scripts/connect-nas.sh
|
exec --no-startup-id sh ~/.config/scripts/connect-nas.sh
|
||||||
|
|
||||||
# class border backgr. text indicator child_border
|
# class border backgr. text indicator child_border
|
||||||
client.focused #0288D1 #0288D1 #B3E5FC #000000 #000000
|
client.focused #0288D1 #0288D1 #B3E5FC #000000 #000000
|
||||||
|
@ -16,4 +16,4 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
# Start up music player
|
# Start up music player
|
||||||
sleep 20 && i3-msg 'workspace 10; exec google-play-music-desktop-player'
|
sleep .1 && i3-msg 'workspace 10; exec google-play-music-desktop-player'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user