open all terminals with screen
This commit is contained in:
		
							parent
							
								
									e8a2eae804
								
							
						
					
					
						commit
						8c168ffe48
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		
							
								
								
									
										7
									
								
								rc.lua
									
										
									
									
									
								
							
							
						
						
									
										7
									
								
								rc.lua
									
										
									
									
									
								
							|  | @ -17,9 +17,8 @@ require("vicious") | ||||||
| beautiful.init("/home/crater2150/.config/awesome/zenburn/theme.lua") | beautiful.init("/home/crater2150/.config/awesome/zenburn/theme.lua") | ||||||
| 
 | 
 | ||||||
| -- This is used later as the default terminal and editor to run. | -- This is used later as the default terminal and editor to run. | ||||||
| terminal = "sakura" | terminal = "sakura -e screen" | ||||||
| editor = os.getenv("EDITOR") or "vim" | editor_cmd = "sakura -e vim" | ||||||
| editor_cmd = terminal .. " -e " .. editor |  | ||||||
| 
 | 
 | ||||||
| -- Default modkey. | -- Default modkey. | ||||||
| -- Usually, Mod4 is the key with a logo between Control and Alt. | -- Usually, Mod4 is the key with a logo between Control and Alt. | ||||||
|  | @ -244,7 +243,7 @@ globalkeys = awful.util.table.join( | ||||||
|     -- Prompt |     -- Prompt | ||||||
|     awful.key({ modkey }, "r", function () obvious.popup_run_prompt.run_prompt() end), |     awful.key({ modkey }, "r", function () obvious.popup_run_prompt.run_prompt() end), | ||||||
|     awful.key({ }, "Scroll_Lock", function () awful.util.spawn("wli") end), |     awful.key({ }, "Scroll_Lock", function () awful.util.spawn("wli") end), | ||||||
|     awful.key({ }, "F12",        function () teardrop("sakura -l","center","center", 0.99, 0.7)end ), |     awful.key({ }, "F12",        function () teardrop("sakura -e 'screen -l'","center","center", 0.99, 0.7)end ), | ||||||
| 
 | 
 | ||||||
| 
 | 
 | ||||||
|     --{{{Default |     --{{{Default | ||||||
|  |  | ||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 crater2150
						crater2150