added --no-startup-id to screen-blanking command
This commit is contained in:
		
							parent
							
								
									a1944bc79a
								
							
						
					
					
						commit
						ce1349c229
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		| 
						 | 
					@ -183,8 +183,8 @@ font pango:DejaVu Sans Mono 8
 | 
				
			||||||
		bindsym $mod+shift+x exec --no-startup-id "$lock_command"; exec "systemctl suspend"
 | 
							bindsym $mod+shift+x exec --no-startup-id "$lock_command"; exec "systemctl suspend"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	# disable screen going to sleep with mod+c, enable screen going to sleep with mod+shift+c
 | 
						# disable screen going to sleep with mod+c, enable screen going to sleep with mod+shift+c
 | 
				
			||||||
		bindsym $mod+c exec "xset s off -dpms; notify-send 'screen blanking off'"
 | 
							bindsym $mod+c exec --no-startup-id "xset s off -dpms; notify-send 'screen blanking off'"
 | 
				
			||||||
		bindsym $mod+shift+c exec "xset +dpms; notify-send 'screen blanking on'"
 | 
							bindsym $mod+shift+c exec --no-startup-id "xset +dpms; notify-send 'screen blanking on'"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
	#screenshot everything with mod+s, current window with mod+shift+s
 | 
						#screenshot everything with mod+s, current window with mod+shift+s
 | 
				
			||||||
		bindsym $mod+s exec --no-startup-id "maim ~/Pictures/$(date +%s).png"
 | 
							bindsym $mod+s exec --no-startup-id "maim ~/Pictures/$(date +%s).png"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue