A lot of laptop changes
This commit is contained in:
		
							parent
							
								
									daf130a30a
								
							
						
					
					
						commit
						99fc0cf593
					
				
					 10 changed files with 29 additions and 30 deletions
				
			
		| 
						 | 
				
			
			@ -72,7 +72,7 @@
 | 
			
		|||
                                                (if (= "syl\n" stdout)
 | 
			
		||||
                                                    (global laptop true)
 | 
			
		||||
                                                    (global laptop false))))
 | 
			
		||||
(local laptop false)
 | 
			
		||||
(local laptop true)
 | 
			
		||||
 | 
			
		||||
;; Table of layouts to cover with awful.layout.inc, order matters.
 | 
			
		||||
(set awful.layout.layouts [
 | 
			
		||||
| 
						 | 
				
			
			@ -328,8 +328,8 @@
 | 
			
		|||
                                      3 s.tempspace
 | 
			
		||||
                                      :layout wibox.layout.fixed.horizontal}))
 | 
			
		||||
 | 
			
		||||
     (set s.volumetext (awful.widget.watch "pamixer --get-volume-human" 1))
 | 
			
		||||
     (set s.mictext (awful.widget.watch "pamixer --source 48 --get-volume-human" 1))
 | 
			
		||||
     (set s.volumetext (awful.widget.watch "pamixer --get-volume-human" 0.5))
 | 
			
		||||
     (set s.mictext (awful.widget.watch "pamixer --default-source --get-volume-human" 1))
 | 
			
		||||
     (set s.volumeicon (wibox.widget.textbox "  "))
 | 
			
		||||
     (set s.micicon (wibox.widget.textbox " "))
 | 
			
		||||
     (set s.volumespace (wibox.widget.textbox " "))
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -143,7 +143,7 @@
 | 
			
		|||
                                {:description "launch eshell in new emacs frame" :group "apps" })
 | 
			
		||||
                     (awful.key [ modkey ] "e" (fn [] (awful.spawn "emacsclient -c -a 'emacs'"))
 | 
			
		||||
                                {:description "launch new emacs frame" :group "apps" })
 | 
			
		||||
                     (awful.key [ modkey ] "p" (fn [] (awful.spawn "rofi-rbw"))
 | 
			
		||||
                     (awful.key [ modkey ] "p" (fn [] (awful.spawn "rofi-pass"))
 | 
			
		||||
                                {:description "select pass" :group "apps" })
 | 
			
		||||
                     (awful.key [ modkey shift ] "w" (fn [] (awful.spawn "libreoffice --writer"))
 | 
			
		||||
                                {:description "Open Writer" :group "apps" })
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -105,16 +105,18 @@
 | 
			
		|||
                            }
 | 
			
		||||
               }
 | 
			
		||||
              ;; Tell qb to open primarily on the secondary monitor
 | 
			
		||||
              ;; {
 | 
			
		||||
              ;;  :rule_any {
 | 
			
		||||
              ;;             :class [
 | 
			
		||||
              ;;                     "qutebrowser"
 | 
			
		||||
              ;;                     ]
 | 
			
		||||
              ;;             }
 | 
			
		||||
              ;;  :properties {
 | 
			
		||||
              ;;               :screen (screen.count)
 | 
			
		||||
              ;;               }
 | 
			
		||||
              ;;  }
 | 
			
		||||
              {
 | 
			
		||||
               :rule_any {
 | 
			
		||||
                          :class [
 | 
			
		||||
                                  "qutebrowser"
 | 
			
		||||
                                  ]
 | 
			
		||||
                          }
 | 
			
		||||
               :properties {
 | 
			
		||||
                            :screen (screen.count)
 | 
			
		||||
                            :focus awful.client.focus.filter
 | 
			
		||||
                            :raise true
 | 
			
		||||
                            }
 | 
			
		||||
               }
 | 
			
		||||
              ;; floating windows
 | 
			
		||||
              {
 | 
			
		||||
               :rule_any {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -29,13 +29,13 @@ matches:
 | 
			
		|||
        params:
 | 
			
		||||
          cmd: "echo Hello from your shell"
 | 
			
		||||
 | 
			
		||||
  - trigger: "gml"
 | 
			
		||||
  - trigger: ":gml"
 | 
			
		||||
    replace: "ccochrun21@gmail.com"
 | 
			
		||||
 | 
			
		||||
  - trigger: "otl"
 | 
			
		||||
  - trigger: ":otl"
 | 
			
		||||
    replace: "chris.cochrun@outlook.com"
 | 
			
		||||
 | 
			
		||||
  - trigger: "tfcml"
 | 
			
		||||
  - trigger: ":tfcml"
 | 
			
		||||
    replace: "chris@tfcconnection.org"
 | 
			
		||||
 | 
			
		||||
  - trigger: ":name"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -94,11 +94,11 @@ fading = true;
 | 
			
		|||
 | 
			
		||||
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028)
 | 
			
		||||
# fade-in-step = 0.028
 | 
			
		||||
fade-in-step = 0.01;
 | 
			
		||||
fade-in-step = 0.08;
 | 
			
		||||
 | 
			
		||||
# Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03)
 | 
			
		||||
# fade-out-step = 0.03
 | 
			
		||||
fade-out-step = 0.01;
 | 
			
		||||
fade-out-step = 0.08;
 | 
			
		||||
 | 
			
		||||
# The time between steps in fade step, in milliseconds. (> 0, defaults to 10)
 | 
			
		||||
# fade-delta = 10
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -11,6 +11,7 @@ settings:
 | 
			
		|||
  content.notifications.enabled:
 | 
			
		||||
    https://jelly.cochrun.xyz: true
 | 
			
		||||
    https://nc.cochrun.xyz: false
 | 
			
		||||
    https://toolbox.iskysoft.com: false
 | 
			
		||||
    https://www.facebook.com: false
 | 
			
		||||
    https://www.g2a.com: false
 | 
			
		||||
    https://www.reddit.com: false
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,11 +1,7 @@
 | 
			
		|||
[FileDialog]
 | 
			
		||||
<<<<<<< HEAD
 | 
			
		||||
history=file:///home/chris/Videos/vimeo, file:///home/chris/Pictures/tfc, file:///home/chris/Pictures, file:///home/chris/Videos, file:///home/chris, file:///home/chris/Downloads
 | 
			
		||||
lastVisited=file:///home/chris/Downloads
 | 
			
		||||
=======
 | 
			
		||||
="======"
 | 
			
		||||
history=file:///home/chris/Pictures/tfc, file:///home/chris/Pictures, file:///home/chris/Videos, file:///home/chris, file:///home/chris/Downloads
 | 
			
		||||
lastVisited=file:///home/chris/Pictures
 | 
			
		||||
>>>>>>> 7178f581f46a6fbcfa03c256db5fbed1afc2faa5
 | 
			
		||||
lastVisited=file:///home/chris
 | 
			
		||||
qtVersion=5.15.2
 | 
			
		||||
shortcuts=file:, file:///home/chris
 | 
			
		||||
sidebarWidth=116
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -10,4 +10,4 @@ configuration {
 | 
			
		|||
  run-command:        "fish -c {cmd}";
 | 
			
		||||
  run-list-command:   "fish -c functions";
 | 
			
		||||
}
 | 
			
		||||
@import "/home/chris/.dotfiles/rofi/launchers-git/blurry.rasi"
 | 
			
		||||
@import "/home/chris/.dotfiles/rofi/launchers-git/laptop.rasi"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -45,7 +45,7 @@ configuration {
 | 
			
		|||
    base0D:                         #57c7ff;
 | 
			
		||||
    base0E:                         #ff6ac1;
 | 
			
		||||
    base0F:                         #b2643c;
 | 
			
		||||
    base00t:                         #282a36BB;
 | 
			
		||||
    base00t:                        #282a3655;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
window {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -10,6 +10,6 @@
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
configuration {
 | 
			
		||||
    font:                           "VictorMono Nerd Font 14.0";
 | 
			
		||||
    font:                           "VictorMono Nerd Font 28.0";
 | 
			
		||||
}
 | 
			
		||||
@import "/home/chris/.dotfiles/rofi/launchers-git/blurry.rasi"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue