Merge branch 'master' of gitlab.com:chriscochrun/dotfiles
This commit is contained in:
		
						commit
						71151f755f
					
				
					 7 changed files with 14 additions and 8 deletions
				
			
		| 
						 | 
					@ -49,7 +49,13 @@
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;; Import the bling modules and layouts
 | 
					;; Import the bling modules and layouts
 | 
				
			||||||
(local bling (require "bling"))
 | 
					(local bling (require "bling"))
 | 
				
			||||||
;;(local awestore (require "awestore"))
 | 
					(local awestore (require "awestore"))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(local anim-y (awestore.tweened 1100 { :duration 200 :easing awestore.easing.cubic_in_out }))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					(local agenda-scratch (bling.module.scratchpad:new {
 | 
				
			||||||
 | 
					                                                    :command ""
 | 
				
			||||||
 | 
					                                                    :rule [:name "*Org Agenda(a)*"]}))
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;; This is used later as the default terminal and editor to run.
 | 
					;; This is used later as the default terminal and editor to run.
 | 
				
			||||||
(var terminal "alacritty")
 | 
					(var terminal "alacritty")
 | 
				
			||||||
| 
						 | 
					@ -73,7 +79,7 @@
 | 
				
			||||||
                                                (if (= "syl\n" stdout)
 | 
					                                                (if (= "syl\n" stdout)
 | 
				
			||||||
                                                    (global laptop true)
 | 
					                                                    (global laptop true)
 | 
				
			||||||
                                                    (global laptop false))))
 | 
					                                                    (global laptop false))))
 | 
				
			||||||
(local laptop true)
 | 
					(local laptop false)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
;; Table of layouts to cover with awful.layout.inc, order matters.
 | 
					;; Table of layouts to cover with awful.layout.inc, order matters.
 | 
				
			||||||
(set awful.layout.layouts [
 | 
					(set awful.layout.layouts [
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -162,7 +162,7 @@
 | 
				
			||||||
                                {:description "search youtube" :group "launcher"})
 | 
					                                {:description "search youtube" :group "launcher"})
 | 
				
			||||||
                     (awful.key [modkey shift] "c" (fn [] (awful.spawn "rofi -show calc -modi calc"))
 | 
					                     (awful.key [modkey shift] "c" (fn [] (awful.spawn "rofi -show calc -modi calc"))
 | 
				
			||||||
                                {:description "calculator" :group "apps"})
 | 
					                                {:description "calculator" :group "apps"})
 | 
				
			||||||
                     (awful.key [modkey] "q" (fn [] (awful.spawn "dmqute"))
 | 
					                     (awful.key [modkey shift] "i" (fn [] (awful.spawn "dmqute"))
 | 
				
			||||||
                                {:description "search internet through qutebrowser" :group "launcher"})
 | 
					                                {:description "search internet through qutebrowser" :group "launcher"})
 | 
				
			||||||
                     (awful.key [ modkey ] "s" (fn [] (awful.spawn "filesearch"))
 | 
					                     (awful.key [ modkey ] "s" (fn [] (awful.spawn "filesearch"))
 | 
				
			||||||
                                {:description "search for files" :group "launcher" })
 | 
					                                {:description "search for files" :group "launcher" })
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -208,6 +208,6 @@ alias la "exa -la"
 | 
				
			||||||
### Start X at login
 | 
					### Start X at login
 | 
				
			||||||
if status is-login
 | 
					if status is-login
 | 
				
			||||||
    if test -z "$DISPLAY" -a "$XDG_VTNR" = 1
 | 
					    if test -z "$DISPLAY" -a "$XDG_VTNR" = 1
 | 
				
			||||||
        exec starx
 | 
					        exec startx
 | 
				
			||||||
end
 | 
					    end
 | 
				
			||||||
end
 | 
					end
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -231,7 +231,7 @@ blur: {
 | 
				
			||||||
  # requires: https://github.com/ibhagwan/picom
 | 
					  # requires: https://github.com/ibhagwan/picom
 | 
				
			||||||
  method = "dual_kawase";
 | 
					  method = "dual_kawase";
 | 
				
			||||||
  #method = "kernel";
 | 
					  #method = "kernel";
 | 
				
			||||||
  strength = 12;
 | 
					  strength = 11;
 | 
				
			||||||
  deviation = 1.0;
 | 
					  deviation = 1.0;
 | 
				
			||||||
  # kernel = "11x11gaussian";
 | 
					  # kernel = "11x11gaussian";
 | 
				
			||||||
  background = false;
 | 
					  background = false;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -18,3 +18,4 @@ settings:
 | 
				
			||||||
    https://www.facebook.com: false
 | 
					    https://www.facebook.com: false
 | 
				
			||||||
    https://www.g2a.com: false
 | 
					    https://www.g2a.com: false
 | 
				
			||||||
    https://www.reddit.com: false
 | 
					    https://www.reddit.com: false
 | 
				
			||||||
 | 
					    https://www.websitebuilderexpert.com: false
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,5 +1,4 @@
 | 
				
			||||||
[FileDialog]
 | 
					[FileDialog]
 | 
				
			||||||
="======"
 | 
					 | 
				
			||||||
history=file:///home/chris/Videos, file:///home/chris, file:///home/chris/Downloads, file:///home/chris/tfc, file:///home/chris/Pictures/Phone/Camera, file:///run/media/chris/LUMIX/DCIM/110_PANA
 | 
					history=file:///home/chris/Videos, file:///home/chris, file:///home/chris/Downloads, file:///home/chris/tfc, file:///home/chris/Pictures/Phone/Camera, file:///run/media/chris/LUMIX/DCIM/110_PANA
 | 
				
			||||||
lastVisited=file:///run/media/chris/LUMIX/DCIM/110_PANA
 | 
					lastVisited=file:///run/media/chris/LUMIX/DCIM/110_PANA
 | 
				
			||||||
qtVersion=5.15.2
 | 
					qtVersion=5.15.2
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -10,4 +10,4 @@ configuration {
 | 
				
			||||||
  run-command:        "fish -c {cmd}";
 | 
					  run-command:        "fish -c {cmd}";
 | 
				
			||||||
  run-list-command:   "fish -c functions";
 | 
					  run-list-command:   "fish -c functions";
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
@import "/home/chris/.dotfiles/rofi/launchers-git/laptop.rasi"
 | 
					@import "/home/chris/.dotfiles/rofi/launchers-git/desktop.rasi"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue