Change mode + shift + f -> r to ... -> t for open the ranger 😀
This commit is contained in:
		
							parent
							
								
									2d0dd05de5
								
							
						
					
					
						commit
						71981a7941
					
				
					 2 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
				
			
			@ -32,7 +32,7 @@
 | 
			
		|||
| modkey + t -> shift + k        | Launche the kitty terminal with tmux                                  |
 | 
			
		||||
| modkey + shift + f -> g        | Launche the GUI file manger (pcmanfm by default)                      |
 | 
			
		||||
| modkey + shift + f -> f        | Launche rofi file file browser (small size)                           |
 | 
			
		||||
| modkey + shift + f -> r        | Launche ranger in the main terminal                                   |
 | 
			
		||||
| modkey + shift + f -> t        | Launche the terminal file manger (ranger) in the main terminal        |
 | 
			
		||||
| modkey + w -> g                | Launche google chrome browser                                         |
 | 
			
		||||
| modkey + w -> t                | Launche tor browser                                                   |
 | 
			
		||||
| modkey + c -> d                | Launche discord                                                       |
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -40,8 +40,8 @@ static Keychord keychords[] = {
 | 
			
		|||
	{2, {{MODKEY|ShiftMask, XK_f},      {0, XK_g}},     spawn,           SHCMD(GUI_FILEMANAGER) },
 | 
			
		||||
	// Rofi file browser (small)
 | 
			
		||||
        {2, {{MODKEY|ShiftMask, XK_f},      {0, XK_f}},     spawn,           SHCMD("rofi -show filebrowser") },
 | 
			
		||||
        // ranger
 | 
			
		||||
        {2, {{MODKEY|ShiftMask, XK_f},      {0, XK_r}},     spawn,           SHCMD(TERMINAL " -e ranger") },
 | 
			
		||||
        // Terminal file manager (ranger)
 | 
			
		||||
        {2, {{MODKEY|ShiftMask, XK_f},      {0, XK_t}},     spawn,           SHCMD(TERMINAL " -e ranger") },
 | 
			
		||||
	/************************************* Start the web browers *************************************/
 | 
			
		||||
        // Google chrome stable
 | 
			
		||||
	{2, {{MODKEY, XK_w},                {0, XK_g}},     spawn,           SHCMD(WEBBROWSER) },
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue