- Updated colors and set default options for thunderbird/spotify
This commit is contained in:
parent
7178f9caec
commit
656f72f848
1 changed files with 10 additions and 7 deletions
17
i3/config
17
i3/config
|
@ -151,11 +151,13 @@ bar {
|
|||
font pango:DejaVu Sans Mono, Icons 8
|
||||
status_command py3status
|
||||
colors {
|
||||
statusline #f2f2f2
|
||||
background #3e3f3f
|
||||
#color class border back. text
|
||||
focused_workspace #555555 #6a9ef2 #ffffff
|
||||
active_workspace #555555 #555555 #ffffff
|
||||
inactive_workspace #000000 #000000 #888888
|
||||
urgent_workspace #2f343a #900000 #ffffff
|
||||
focused_workspace #F3F4F5 #747C84 #F3F4F5
|
||||
active_workspace #747C84 #747C84 #F3F4F5
|
||||
inactive_workspace #747C84 #747C84 #F3F4F5
|
||||
urgent_workspace #747C84 #747C84 #F3F4F5
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -170,8 +172,6 @@ exec --no-startup-id i3-msg 'exec ssh-add &'
|
|||
exec --no-startup-id i3-msg 'workspace 1; exec /usr/bin/urxvt'
|
||||
exec --no-startup-id i3-msg 'workspace 2; exec /usr/bin/thunderbird'
|
||||
exec --no-startup-id i3-msg 'workspace 3; exec /usr/bin/spotify'
|
||||
#exec --no-startup-id i3-msg 'exec fbsetbg -a `tail -n 1 .fluxbox/lastwallpaper|cut -d'|' -f 2`'
|
||||
#exec --no-startup-id feh --bg-fill `tail -n 1 .fluxbox/lastwallpaper|cut -d'|' -f 2`
|
||||
exec --no-startup-id feh --bg-fill ~/.config/i3/wallpaper.jpg
|
||||
|
||||
workspace_layout tabbed
|
||||
|
@ -192,10 +192,13 @@ bindsym XF86AudioNext exec dbus-send --print-reply --dest=org.mpris.MediaPlayer2
|
|||
|
||||
# Take Screenshot
|
||||
bindsym Print exec xfce4-screenshooter
|
||||
#Control Print :Exec scrot -d 0 `date +%Y-%m-%d_%H-%M-%S`.png--no-startup-
|
||||
|
||||
#colors border back text indicator
|
||||
client.focused #0088CC #0088CC #ffffff #dddddd
|
||||
client.focused_inactive #333333 #333333 #888888 #292d2e
|
||||
client.unfocused #333333 #333333 #888888 #292d2e
|
||||
client.urgent #2f343a #900000 #ffffff #900000
|
||||
|
||||
# No border
|
||||
for_window [class="Spotify"] border none, move container to workspace 3
|
||||
for_window [class="Thunderbird"] border none, move container to workspace 2
|
||||
|
|
Loading…
Reference in a new issue