removed tmux start
This commit is contained in:
parent
e7cb43f865
commit
e49b3ce1fd
|
|
@ -80,9 +80,6 @@ exec_always --no-startup-id ~/.config/polybar/launch.sh
|
|||
exec --no-startup-id udiskie &
|
||||
#Add wallpaper:
|
||||
exec --no-startup-id systemctl --user start wallpaper.service
|
||||
#exec --no-startup-id feh --bg-scale ~/.config/wall.png
|
||||
#exec --no-startup-id killall python ~/.config/Scripts/wallpaper &
|
||||
#exec --no-startup-id python ~/.config/Scripts/wallpaper
|
||||
#Unclutter makes the mouse invisible after a brief period
|
||||
exec --no-startup-id unclutter
|
||||
# custom keybinding to lockscreen, use --lock dim or --lock blur below for different backgrounds
|
||||
|
|
@ -132,7 +129,7 @@ for_window [instance="dropdown"] floating enable
|
|||
for_window [instance="dropdown"] resize set 625 400
|
||||
for_window [instance="dropdown"] move position center
|
||||
for_window [instance="dropdown"] move scratchpad
|
||||
exec --no-startup-id $term -name dropdown -e tmux
|
||||
#exec --no-startup-id $term -name dropdown -e tmux
|
||||
#for_window [instance="music"] floating enable
|
||||
#for_window [instance="music"] resize set 625 40
|
||||
#for_window [instance="music"] move position center
|
||||
|
|
|
|||
Loading…
Reference in New Issue