mirror of
				https://git.davidovski.xyz/dot.git
				synced 2024-08-15 00:43:28 +00:00 
			
		
		
		
	added xf86 keys for volume
This commit is contained in:
		
							parent
							
								
									207aef937c
								
							
						
					
					
						commit
						9a524d6389
					
				
					 9 changed files with 23 additions and 426 deletions
				
			
		|  | @ -1,4 +1,2 @@ | |||
| #!/bin/bash | ||||
| #sleep 0.2 | ||||
| #scrot -s '/home/david/pics/screenshot/%F_%T_$wx$h.png' -e 'xclip -selection clipboard -target image/png -i $f' | ||||
| maim -su /dev/stdout |  tee >(xclip -selection clipboard -t image/png) > $(date +"/home/david/pics/screenshot/%F_%T.png") | ||||
| maim -su /dev/stdout |  tee >(xclip -selection clipboard -t image/png) > $(date +"$HOME/pics/screenshot/%F_%T.png") | ||||
|  |  | |||
|  | @ -1,5 +1,5 @@ | |||
|  #!/bin/sh | ||||
| filename=$(date +"/home/david/pics/screenshot/%F_%T.png") | ||||
| filename=$(date +"$HOME/pics/screenshot/%F_%T.png") | ||||
| maim -su $filename && bspc rule -a \* -o state=floating && feh -Z $filename | ||||
| 
 | ||||
| 
 | ||||
|  |  | |||
|  | @ -1,4 +1,2 @@ | |||
| #!/bin/bash | ||||
| #sleep 0.2 | ||||
| #scrot -s '/home/david/pics/screenshot/%F_%T_$wx$h.png' -e 'xclip -selection clipboard -target image/png -i $f' | ||||
| maim -u /dev/stdout |  tee >(xclip -selection clipboard -t image/png) > $(date +"/home/david/pics/screenshot/%F_%T.png") | ||||
| maim -u /dev/stdout |  tee >(xclip -selection clipboard -t image/png) > $(date +"$HOME/pics/screenshot/%F_%T.png") | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue