mirror of
https://github.com/AquaMorph/dotfiles.git
synced 2025-04-29 09:15:34 +00:00
Auto start Firefox
This commit is contained in:
parent
45ff1e0fef
commit
c41a70ee19
19
i3/config
19
i3/config
@ -178,10 +178,19 @@ bindsym XF86AudioMute exec amixer set Master toggle # mute sound
|
|||||||
|
|
||||||
# Turn off trackpad
|
# Turn off trackpad
|
||||||
bindsym $mod+Shift+u exec sh ~/.config/i3/trackpad-toggle.sh
|
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
|
# 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
|
# lockscreen
|
||||||
bindsym $mod+Shift+h exec sh ~/.config/i3/lock.sh
|
bindsym $mod+Shift+h exec sh ~/.config/i3/lock.sh
|
||||||
@ -201,3 +210,9 @@ new_window 1pixel
|
|||||||
#new_window normal 0 px
|
#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/'
|
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"
|
@ -43,6 +43,6 @@ color14 #14ffff
|
|||||||
color7 #dddddd
|
color7 #dddddd
|
||||||
color15 #ffffff
|
color15 #ffffff
|
||||||
|
|
||||||
background_opacity 1.0
|
background_opacity 0.0
|
||||||
dynamic_background_opacity no
|
dynamic_background_opacity no
|
||||||
dim_opacity 0.75
|
dim_opacity 0.75
|
@ -35,7 +35,7 @@ font-2 = siji:pixelsize=10;1+e
|
|||||||
|
|
||||||
modules-left = i3
|
modules-left = i3
|
||||||
modules-center = xwindow
|
modules-center = xwindow
|
||||||
modules-right = backlight volume network battery date
|
modules-right = stocks backlight volume network battery date
|
||||||
|
|
||||||
tray-position = right
|
tray-position = right
|
||||||
tray-padding = 2
|
tray-padding = 2
|
||||||
@ -172,6 +172,13 @@ label-connected-underline = ${colors.blue}
|
|||||||
label-disconnected = No Wifi :(
|
label-disconnected = No Wifi :(
|
||||||
label-disconnected-underline = ${colors.pink}
|
label-disconnected-underline = ${colors.pink}
|
||||||
|
|
||||||
|
[module/stocks]
|
||||||
|
type = custom/script
|
||||||
|
exec = python ~/git/Stock/stocks.py
|
||||||
|
format-underline = ${colors.blue}
|
||||||
|
interval = 60
|
||||||
|
|
||||||
|
|
||||||
[settings]
|
[settings]
|
||||||
screenchange-reload = true
|
screenchange-reload = true
|
||||||
;compositing-background = xor
|
;compositing-background = xor
|
||||||
@ -182,3 +189,4 @@ screenchange-reload = true
|
|||||||
[global/wm]
|
[global/wm]
|
||||||
margin-top = 0
|
margin-top = 0
|
||||||
margin-bottom = 0
|
margin-bottom = 0
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user