Merge branch 'master' of gitlab.com:chriscochrun/dotfiles
This commit is contained in:
		
						commit
						777fd1a840
					
				
					 4 changed files with 3 additions and 3 deletions
				
			
		| 
						 | 
					@ -468,4 +468,3 @@
 | 
				
			||||||
;; (awful.spawn "nextcloud --background")
 | 
					;; (awful.spawn "nextcloud --background")
 | 
				
			||||||
(awful.spawn "libinput-gestures-setup start")
 | 
					(awful.spawn "libinput-gestures-setup start")
 | 
				
			||||||
(awful.spawn "bluetoothctl power on")
 | 
					(awful.spawn "bluetoothctl power on")
 | 
				
			||||||
(if laptop (awful.spawn "env GDK_SCALE=2 emacs --daemon") (awful.spawn "emacs --daemon"))
 | 
					 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -136,7 +136,7 @@
 | 
				
			||||||
                     (awful.key [modkey] "y" (fn [] (awful.spawn "yt -r"))
 | 
					                     (awful.key [modkey] "y" (fn [] (awful.spawn "yt -r"))
 | 
				
			||||||
                                {:description "search youtube" :group "launcher"})
 | 
					                                {:description "search youtube" :group "launcher"})
 | 
				
			||||||
                     ;; audio
 | 
					                     ;; audio
 | 
				
			||||||
                     (awful.key [modkey] "a" (fn [] (awful.spawn "alacritty -d 80 14 --class pulsemixer -e pulsemixer"))
 | 
					                     (awful.key [modkey] "a" (fn [] (awful.spawn "alacritty --class pulsemixer -e pulsemixer"))
 | 
				
			||||||
                                {:description "launch pulsemixer" :group "audio"})
 | 
					                                {:description "launch pulsemixer" :group "audio"})
 | 
				
			||||||
                     (awful.key [] "XF86AudioRaiseVolume" (fn [] (awful.spawn "pactl set-sink-volume @DEFAULT_SINK@ +5%")
 | 
					                     (awful.key [] "XF86AudioRaiseVolume" (fn [] (awful.spawn "pactl set-sink-volume @DEFAULT_SINK@ +5%")
 | 
				
			||||||
                                                              (awful.spawn "paplay /usr/share/sounds/freedesktop/stereo/audio-volume-change.oga"))
 | 
					                                                              (awful.spawn "paplay /usr/share/sounds/freedesktop/stereo/audio-volume-change.oga"))
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -68,6 +68,7 @@
 | 
				
			||||||
                            :raise true
 | 
					                            :raise true
 | 
				
			||||||
                            :ontop true
 | 
					                            :ontop true
 | 
				
			||||||
                            :screen awful.screen.preferred
 | 
					                            :screen awful.screen.preferred
 | 
				
			||||||
 | 
								    :width (dpi 600)
 | 
				
			||||||
                            :placement (+ awful.placement.no_offscreen awful.placement.centered)
 | 
					                            :placement (+ awful.placement.no_offscreen awful.placement.centered)
 | 
				
			||||||
                            }
 | 
					                            }
 | 
				
			||||||
               }
 | 
					               }
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -2,7 +2,7 @@
 | 
				
			||||||
#             Corners           #
 | 
					#             Corners           #
 | 
				
			||||||
#################################
 | 
					#################################
 | 
				
			||||||
# requires: https://github.com/sdhand/compton
 | 
					# requires: https://github.com/sdhand/compton
 | 
				
			||||||
corner-radius = 12.0;
 | 
					corner-radius = 32.0;
 | 
				
			||||||
rounded-corners-exclude = [
 | 
					rounded-corners-exclude = [
 | 
				
			||||||
  #"window_type = 'normal'",
 | 
					  #"window_type = 'normal'",
 | 
				
			||||||
  "class_g = 'awesome'",
 | 
					  "class_g = 'awesome'",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue