Adding qutebrowser configs
This commit is contained in:
		
							parent
							
								
									3bed180ab3
								
							
						
					
					
						commit
						84957355a4
					
				
					 13 changed files with 36 additions and 3338 deletions
				
			
		| 
						 | 
				
			
			@ -1,4 +1,5 @@
 | 
			
		|||
(local awful (require "awful"))
 | 
			
		||||
(local gears (require "gears"))
 | 
			
		||||
(local beautiful (require "beautiful"))
 | 
			
		||||
(local keybindings (require "keybindings"))
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -15,6 +16,7 @@
 | 
			
		|||
                             ;; :buttons clientbuttons
 | 
			
		||||
                             :screen awful.screen.preferred
 | 
			
		||||
                             :placement (+ awful.placement.no_overlap awful.placement.no_offscreen)
 | 
			
		||||
                             ;; :shape gears.shape.rounded_rect
 | 
			
		||||
                             }
 | 
			
		||||
               }
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			@ -29,10 +31,20 @@
 | 
			
		|||
                            :floating true
 | 
			
		||||
                            :raise true
 | 
			
		||||
                            :height 900
 | 
			
		||||
                            :screen 2
 | 
			
		||||
                            :screen (screen.count)
 | 
			
		||||
                            :placement (+ awful.placement.no_offscreen awful.placement.centered)
 | 
			
		||||
                            }
 | 
			
		||||
               }
 | 
			
		||||
              {
 | 
			
		||||
               :rule_any {
 | 
			
		||||
                          :class [
 | 
			
		||||
                                  "qutebrowser"
 | 
			
		||||
                                  ]
 | 
			
		||||
                          }
 | 
			
		||||
               :properties {
 | 
			
		||||
                            :screen (screen.count)
 | 
			
		||||
                            }
 | 
			
		||||
               }
 | 
			
		||||
              {
 | 
			
		||||
               :rule_any {
 | 
			
		||||
                          :class [
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue