Auto start Firefox

This commit is contained in:
Christian Colglazier 2018-10-10 20:03:59 -04:00
parent 45ff1e0fef
commit c41a70ee19
3 changed files with 27 additions and 4 deletions

View File

@ -178,10 +178,19 @@ bindsym XF86AudioMute exec amixer set Master toggle # mute sound
# Turn off trackpad
bindsym $mod+Shift+u exec sh ~/.config/i3/trackpad-toggle.sh
exec --no-startup-id ~/.config/i3/trackpad-toggle.sh &
exec --no-startup-id ~/.config/i3/trackpad-toggle.sh
# Start bar
exec --no-startup-id polybar -r aqua
exec --no-startup-id polybar aqua
# Wifi bar
#exec --no-startup-id nm-applet &
# Desktop wallpaper
exec --no-startup-id feh --bg-scale ~/Pictures/wallpaper/tysiwugztgyjajrvznfy.jpg
#
bindsym XF86Launch1 exec xset -display :0.0 dpms force off
# lockscreen
bindsym $mod+Shift+h exec sh ~/.config/i3/lock.sh
@ -201,3 +210,9 @@ new_window 1pixel
#new_window normal 0 px
bindsym $mod+Shift+s exec scrot -b -d 5 '%Y:%m:%d:%H:%M:%S.png' -e 'mv $f ~/Desktop/'
# Start up programs
for_window [class="Firefox"] move to workspace $ws1
for_window [title="emacs@*"] move to workspace $ws2
exec --no-startup-id "firefox"

View File

@ -43,6 +43,6 @@ color14 #14ffff
color7 #dddddd
color15 #ffffff
background_opacity 1.0
background_opacity 0.0
dynamic_background_opacity no
dim_opacity 0.75

View File

@ -35,7 +35,7 @@ font-2 = siji:pixelsize=10;1+e
modules-left = i3
modules-center = xwindow
modules-right = backlight volume network battery date
modules-right = stocks backlight volume network battery date
tray-position = right
tray-padding = 2
@ -172,6 +172,13 @@ label-connected-underline = ${colors.blue}
label-disconnected = No Wifi :(
label-disconnected-underline = ${colors.pink}
[module/stocks]
type = custom/script
exec = python ~/git/Stock/stocks.py
format-underline = ${colors.blue}
interval = 60
[settings]
screenchange-reload = true
;compositing-background = xor
@ -182,3 +189,4 @@ screenchange-reload = true
[global/wm]
margin-top = 0
margin-bottom = 0