mirror of
https://github.com/frebib/dotfiles.git
synced 2024-06-14 12:57:23 +00:00
Reorganise startup applications
This commit is contained in:
parent
4842789dc3
commit
5efc99cff6
@ -146,9 +146,14 @@ exec_always --no-startup-id ~/.config/i3/disable-standby-fs.py
|
|||||||
exec xautolock -time 10 -locker /usr/bin/lock.sh
|
exec xautolock -time 10 -locker /usr/bin/lock.sh
|
||||||
bindsym $mod+c exec --no-startup-id google-chrome-stable
|
bindsym $mod+c exec --no-startup-id google-chrome-stable
|
||||||
|
|
||||||
exec dex -a
|
exec --no-startup-id pulseaudio
|
||||||
exec redshift
|
exec --no-startup-id dropbox
|
||||||
exec compton -b --config ~/.config/compton.conf
|
exec --no-startup-id insync start
|
||||||
|
exec --no-startup-id nm-applet
|
||||||
|
exec --no-startup-id blueman-applet
|
||||||
|
exec --no-startup-id redshift
|
||||||
|
exec --no-startup-id compton -b --config ~/.config/compton.conf
|
||||||
|
exec --no-startup-id google-chrome-stable --no-startup-window
|
||||||
|
|
||||||
exec i3-msg 'workspace 2; exec i3-sensible-terminal'
|
exec i3-msg 'workspace 2; exec i3-sensible-terminal'
|
||||||
exec --no-startup-id i3-msg 'workspace 3; exec google-chrome-stable'
|
exec i3-msg 'workspace 3; exec sleep 2 && google-chrome-stable'
|
||||||
|
3
.xinitrc
3
.xinitrc
@ -16,7 +16,4 @@ xbindkeys &
|
|||||||
|
|
||||||
xrandr --dpi 96
|
xrandr --dpi 96
|
||||||
|
|
||||||
pulseaudio &
|
|
||||||
dropbox &
|
|
||||||
|
|
||||||
exec i3
|
exec i3
|
||||||
|
Loading…
Reference in New Issue
Block a user