avoid using mod+f hotkeys in wm
This commit is contained in:
		
							parent
							
								
									557e4f6183
								
							
						
					
					
						commit
						ab0b552845
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								rc.lua
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								rc.lua
									
										
									
									
									
								
							| 
						 | 
					@ -485,7 +485,7 @@ globalkeys = awful.util.table.join(
 | 
				
			||||||
	-- Menubar
 | 
						-- Menubar
 | 
				
			||||||
	awful.key({ modkey,           }, 'p',     function () menubar.show() end),
 | 
						awful.key({ modkey,           }, 'p',     function () menubar.show() end),
 | 
				
			||||||
	-- Glbal commands
 | 
						-- Glbal commands
 | 
				
			||||||
	awful.key({ 'Mod1', 'Shift'   }, 'F12',   function () awful.util.spawn('/home/von/vscripts/compton_toggle', false) end),
 | 
						awful.key({ modkey, 'Shift'   }, '\\',   function () awful.util.spawn('/home/von/vscripts/compton_toggle', false) end),
 | 
				
			||||||
	awful.key({ modkey,           }, 'x',     function () awful.util.spawn(terminal) end),
 | 
						awful.key({ modkey,           }, 'x',     function () awful.util.spawn(terminal) end),
 | 
				
			||||||
	awful.key({ modkey,           }, 'q',     function () awful.util.spawn('/home/von/.local/bin/ticket_watch', false) end),
 | 
						awful.key({ modkey,           }, 'q',     function () awful.util.spawn('/home/von/.local/bin/ticket_watch', false) end),
 | 
				
			||||||
	awful.key({ modkey,           }, 'z',     function () awful.util.spawn('bash -c "until i3lock -entc 661111 -i /home/von/Pictures/wallpaper.png; do :; done"') end),
 | 
						awful.key({ modkey,           }, 'z',     function () awful.util.spawn('bash -c "until i3lock -entc 661111 -i /home/von/Pictures/wallpaper.png; do :; done"') end),
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue