backspace capslock is useless since it does not work when held, let us try ctrl modifier
This commit is contained in:
		
							parent
							
								
									f74279dc13
								
							
						
					
					
						commit
						c1a8b3593e
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		
							
								
								
									
										2
									
								
								rc.lua
									
										
									
									
									
								
							
							
						
						
									
										2
									
								
								rc.lua
									
										
									
									
									
								
							| 
						 | 
					@ -625,7 +625,7 @@ client.connect_signal('unfocus', function(c) c.border_color = beautiful.border_n
 | 
				
			||||||
-- {{{ Autostart
 | 
					-- {{{ Autostart
 | 
				
			||||||
-- don't forget you sync this file
 | 
					-- don't forget you sync this file
 | 
				
			||||||
-- this shit runs every time you restart your wm, dumbass.
 | 
					-- this shit runs every time you restart your wm, dumbass.
 | 
				
			||||||
awful.util.spawn_with_shell('setxkbmap -layout us,ru -variant altgr-intl,typewriter -option grp:win_space_toggle,caps:backspace,compose:menu,grp_led:scroll')
 | 
					awful.util.spawn_with_shell('setxkbmap -layout us,ru -variant altgr-intl,typewriter -option grp:win_space_toggle,caps:ctrl_modifier,compose:menu,grp_led:scroll')
 | 
				
			||||||
awful.util.spawn_with_shell('xrdb /home/von/.Xresources')
 | 
					awful.util.spawn_with_shell('xrdb /home/von/.Xresources')
 | 
				
			||||||
if ifexists('/home/von/.autostart') then
 | 
					if ifexists('/home/von/.autostart') then
 | 
				
			||||||
	awful.util.spawn_with_shell('/home/von/.autostart')
 | 
						awful.util.spawn_with_shell('/home/von/.autostart')
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue