Hopefully fix issue with callback crashes
This commit is contained in:
		
							parent
							
								
									4f759f7d99
								
							
						
					
					
						commit
						0d4fd035d2
					
				|  | @ -57,7 +57,7 @@ gears.timer { | ||||||
|     call_now  = true, |     call_now  = true, | ||||||
|     autostart = true, |     autostart = true, | ||||||
|     callback  = function() |     callback  = function() | ||||||
|         awful.spawn.easy_async({"xmodmap", "/home/user/.Xmodmap"}) -- If not repeated it sometimes just stops working |         awful.spawn.with_shell({"xmodmap", "/home/user/.Xmodmap"}) -- If not repeated it sometimes just stops working | ||||||
|     end |     end | ||||||
| } | } | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue