A lot of random changes including qutebrowser search engine
This commit is contained in:
		
							parent
							
								
									75186b40a8
								
							
						
					
					
						commit
						5cb9d4ec56
					
				
					 13 changed files with 35 additions and 19 deletions
				
			
		| 
						 | 
				
			
			@ -318,7 +318,7 @@ colors:
 | 
			
		|||
#
 | 
			
		||||
# Window opacity as a floating point number from `0.0` to `1.0`.
 | 
			
		||||
# The value `0.0` is completely transparent and `1.0` is opaque.
 | 
			
		||||
background_opacity: 0.80
 | 
			
		||||
background_opacity: 0.95
 | 
			
		||||
 | 
			
		||||
#selection:
 | 
			
		||||
  #semantic_escape_chars: ",│`|:\"' ()[]{}<>\t"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -72,6 +72,7 @@
 | 
			
		|||
                                                (if (= "syl\n" stdout)
 | 
			
		||||
                                                    (global laptop true)
 | 
			
		||||
                                                    (global laptop false))))
 | 
			
		||||
(local laptop true)
 | 
			
		||||
 | 
			
		||||
;; Table of layouts to cover with awful.layout.inc, order matters.
 | 
			
		||||
(set awful.layout.layouts [
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,3 +1,9 @@
 | 
			
		|||
{
 | 
			
		||||
profile laptop {
 | 
			
		||||
    output eDP-1 mode 3000x2000 position 0,0 scale 2
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
profile office {
 | 
			
		||||
    output eDP-1 mode 3000x2000 position 0,0 scale 2
 | 
			
		||||
    output DP-2 mode 1366x768 position 1500,0 scale 1
 | 
			
		||||
    exec notify-send 'office monitors setup'
 | 
			
		||||
}
 | 
			
		||||
| 
						 | 
				
			
			@ -8,7 +8,7 @@ config_version: 2
 | 
			
		|||
settings:
 | 
			
		||||
  content.geolocation:
 | 
			
		||||
    https://openweathermap.org: false
 | 
			
		||||
  content.notifications:
 | 
			
		||||
  content.notifications.enabled:
 | 
			
		||||
    https://jelly.cochrun.xyz: true
 | 
			
		||||
    https://nc.cochrun.xyz: false
 | 
			
		||||
    https://www.facebook.com: false
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2126,7 +2126,7 @@ c.tabs.title.alignment = "center"
 | 
			
		|||
## qutebrowser`.
 | 
			
		||||
## Type: Dict
 | 
			
		||||
c.url.searchengines = {
 | 
			
		||||
    "DEFAULT": "https://search.cochrun.xyz/?q={}",
 | 
			
		||||
    "DEFAULT": "https://search.tfcconnection.org/?q={}",
 | 
			
		||||
    "yt": "https://yewtu.be/search?q={}",
 | 
			
		||||
    "mel": "https://melpa.org/#/?q={}",
 | 
			
		||||
    "y": "https://www.youtube.com/results?search_query={}",
 | 
			
		||||
| 
						 | 
				
			
			@ -2136,7 +2136,7 @@ c.url.searchengines = {
 | 
			
		|||
    "aw": "https://wiki.archlinux.org/index.php?search={}",
 | 
			
		||||
    "d": "https://duckduckgo.com/?q={}",
 | 
			
		||||
    "di": "https://duckduckgo.com/?q={}&iax=images&ia=images",
 | 
			
		||||
    "s": "https://duckduckgo.com/?q={}&iax=images&ia=images",
 | 
			
		||||
    "s": "https://search.tfcconnection.org/?q={}",
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
## Page(s) to open at the start.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -1,6 +1,6 @@
 | 
			
		|||
[FileDialog]
 | 
			
		||||
history=file:///home/chris/Videos/vimeo, file:///home/chris/Pictures/tfc, file:///home/chris/Pictures, file:///home/chris/Videos, file:///home/chris
 | 
			
		||||
lastVisited=file:///home/chris
 | 
			
		||||
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
 | 
			
		||||
qtVersion=5.15.2
 | 
			
		||||
shortcuts=file:, file:///home/chris
 | 
			
		||||
sidebarWidth=116
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -45,7 +45,7 @@ configuration {
 | 
			
		|||
    base0D:                         #57c7ff;
 | 
			
		||||
    base0E:                         #ff6ac1;
 | 
			
		||||
    base0F:                         #b2643c;
 | 
			
		||||
    base00t:                         #282a3633;
 | 
			
		||||
    base00t:                         #282a36BB;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
window {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -10,6 +10,6 @@
 | 
			
		|||
 | 
			
		||||
 | 
			
		||||
configuration {
 | 
			
		||||
    font:                           "VictorMono Nerd Font 30.0";
 | 
			
		||||
    font:                           "VictorMono Nerd Font 14.0";
 | 
			
		||||
}
 | 
			
		||||
@import "/home/chris/.dotfiles/rofi/launchers-git/blurry.rasi"
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -15,7 +15,7 @@ list_passwords() {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
prompt='search for passwords...'
 | 
			
		||||
SECRET=$(list_passwords | wofi -i --width 700 --lines 20 --height 250 --prompt="${prompt}" --dmenu --cache-file ${CACHE})
 | 
			
		||||
SECRET=$(list_passwords | wofi -i --prompt="${prompt}" --dmenu --cache-file ${CACHE})
 | 
			
		||||
 | 
			
		||||
# Ask whether pass, user or both are required
 | 
			
		||||
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
							
								
								
									
										18
									
								
								sway/config
									
										
									
									
									
								
							
							
						
						
									
										18
									
								
								sway/config
									
										
									
									
									
								
							| 
						 | 
				
			
			@ -9,7 +9,7 @@ set $up k
 | 
			
		|||
set $right l
 | 
			
		||||
 | 
			
		||||
set $term alacritty
 | 
			
		||||
set $menu wofi --show drun | xargs swaymsg exec --
 | 
			
		||||
set $menu rofi -no-lazy-grab -show drun -modi drun | xargs swaymsg exec --
 | 
			
		||||
 | 
			
		||||
### Output configuration
 | 
			
		||||
output * bg ~/Pictures/wallpapers/RoyalKing.png fill
 | 
			
		||||
| 
						 | 
				
			
			@ -45,12 +45,17 @@ input type:touchpad {
 | 
			
		|||
}
 | 
			
		||||
 | 
			
		||||
### Style
 | 
			
		||||
gaps outer 15
 | 
			
		||||
gaps outer 10
 | 
			
		||||
gaps inner 20
 | 
			
		||||
#smart_gaps on
 | 
			
		||||
 | 
			
		||||
default_border none
 | 
			
		||||
 | 
			
		||||
border_images.focused /home/chris/.dotfiles/sway/rounded_and_shadows_custom.png
 | 
			
		||||
border_images.focused_inactive /home/chris/.dotfiles/sway/rounded_and_shadows_custom.png
 | 
			
		||||
border_images.unfocused /home/chris/.dotfiles/sway/rounded_and_shadows_custom.png
 | 
			
		||||
border_images.urgent /home/chris/.dotfiles/sway/rounded_and_shadows_custom.png
 | 
			
		||||
 | 
			
		||||
font pango: VictorMono Nerd Font 10
 | 
			
		||||
titlebar_border_thickness 1
 | 
			
		||||
### Key bindings
 | 
			
		||||
| 
						 | 
				
			
			@ -65,10 +70,10 @@ titlebar_border_thickness 1
 | 
			
		|||
 | 
			
		||||
    # Start your launcher
 | 
			
		||||
    bindsym Menu exec $menu
 | 
			
		||||
    bindsym $mod+Menu exec wofi --show run | xargs swaymsg exec --
 | 
			
		||||
    bindsym $mod+Menu exec rofi -no-lazy-grab -show run -modi run | xargs swaymsg exec --
 | 
			
		||||
 | 
			
		||||
    #Pass
 | 
			
		||||
    bindsym $mod+p exec wofipass
 | 
			
		||||
    bindsym $mod+p exec rofi-rbw
 | 
			
		||||
 | 
			
		||||
    # Screenshot
 | 
			
		||||
    bindsym Print exec grim -g "${slurp}" - | wl-copy
 | 
			
		||||
| 
						 | 
				
			
			@ -214,6 +219,8 @@ bindsym $mod+r mode "resize"
 | 
			
		|||
set $mode_launcher Launcher
 | 
			
		||||
bindsym $mod+o mode "$mode_launcher"
 | 
			
		||||
 | 
			
		||||
bindsym $mod+Ctrl+m exec makoctl dismiss -a
 | 
			
		||||
 | 
			
		||||
mode "$mode_launcher" {
 | 
			
		||||
     bindsym e exec emacsclient -c -a emacs &
 | 
			
		||||
     bindsym b exec qutebrowser
 | 
			
		||||
| 
						 | 
				
			
			@ -235,7 +242,8 @@ bar {
 | 
			
		|||
for_window [app_id="mpv"] floating enable
 | 
			
		||||
for_window [app_id="imv"] floating enable
 | 
			
		||||
for_window [app_id="dolphin"] floating enable
 | 
			
		||||
for_window [app_id="emacs"] opacity 0.90
 | 
			
		||||
for_window [app_id="qutebrowser"] move container to workspace number 2
 | 
			
		||||
for_window [app_id="emacs"] opacity 0.95
 | 
			
		||||
 | 
			
		||||
exec emacs --daemon
 | 
			
		||||
exec mako
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -46,11 +46,11 @@
 | 
			
		|||
        "format": "{:%a %b %e, %l:%M %p}"
 | 
			
		||||
    },
 | 
			
		||||
    "cpu": {
 | 
			
		||||
        "format": "{usage}% ",
 | 
			
		||||
        "format": "{usage}% ",
 | 
			
		||||
        "tooltip": false
 | 
			
		||||
    },
 | 
			
		||||
    "memory": {
 | 
			
		||||
        "format": "{}% "
 | 
			
		||||
        "format": "{}% "
 | 
			
		||||
    },
 | 
			
		||||
    "temperature": {
 | 
			
		||||
        // "thermal-zone": 2,
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
| 
						 | 
				
			
			@ -2,3 +2,4 @@ width=60%
 | 
			
		|||
height=40%
 | 
			
		||||
columns=2
 | 
			
		||||
parse_action=true
 | 
			
		||||
allow_images=true
 | 
			
		||||
| 
						 | 
				
			
			@ -15,7 +15,7 @@
 | 
			
		|||
@define-color base0E #ff6ac1;
 | 
			
		||||
@define-color base0F #b2643c;
 | 
			
		||||
@define-color basetransparent rgba(40, 42, 54, 0.0);
 | 
			
		||||
@define-color backtransparent rgba(40, 42, 54, 0.85);
 | 
			
		||||
@define-color backtransparent rgba(40, 42, 54, 0.80);
 | 
			
		||||
window {
 | 
			
		||||
    margin: 100px;
 | 
			
		||||
    background-color: @backtransparent;
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue