add screen recorder script
This commit is contained in:
		@@ -217,6 +217,9 @@ bindsym XF86Search exec $menu
 | 
				
			|||||||
# screenshot
 | 
					# screenshot
 | 
				
			||||||
bindsym Ctrl+Shift+p exec ~/scripts/screenshot
 | 
					bindsym Ctrl+Shift+p exec ~/scripts/screenshot
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# record screen
 | 
				
			||||||
 | 
					bindsym Ctrl+Alt+p exec ~/scripts/record-screen
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### gaps
 | 
					### gaps
 | 
				
			||||||
gaps inner 25
 | 
					gaps inner 25
 | 
				
			||||||
# smart_gaps on
 | 
					# smart_gaps on
 | 
				
			||||||
 
 | 
				
			|||||||
							
								
								
									
										6
									
								
								home/default/scripts/record-screen
									
									
									
									
									
										Executable file
									
								
							
							
						
						
									
										6
									
								
								home/default/scripts/record-screen
									
									
									
									
									
										Executable file
									
								
							@@ -0,0 +1,6 @@
 | 
				
			|||||||
 | 
					#!/bin/sh
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					# Take a screenshot
 | 
				
			||||||
 | 
					dir=~/Downloads/temp
 | 
				
			||||||
 | 
					(cd $dir && wf-recorder -g "$(slurp)")
 | 
				
			||||||
 | 
					xdg-open $dir
 | 
				
			||||||
@@ -38,6 +38,8 @@ please let me know if i've forgotten one!
 | 
				
			|||||||
- papirus-dark (icon theme)
 | 
					- papirus-dark (icon theme)
 | 
				
			||||||
- fctix (intl. keyboard input)
 | 
					- fctix (intl. keyboard input)
 | 
				
			||||||
- grim (screenshots on wayland)
 | 
					- grim (screenshots on wayland)
 | 
				
			||||||
 | 
					- wf-recorder (screen recorder on wayland)
 | 
				
			||||||
 | 
					- slurp (to select region in wayland)
 | 
				
			||||||
- neovim (editor)
 | 
					- neovim (editor)
 | 
				
			||||||
- direnv (per-directory environment variables)
 | 
					- direnv (per-directory environment variables)
 | 
				
			||||||
- asdf (language agnostic dependency management)
 | 
					- asdf (language agnostic dependency management)
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user