Update qutebrowser settings and #i3wm shortcuts
This commit is contained in:
@ -38,7 +38,7 @@ exec ~/var/documents/scripts/changepaper.sh
|
|||||||
#bindsym $mod+shift+x exec --no-startup-id betterlockscreen -l dimblur
|
#bindsym $mod+shift+x exec --no-startup-id betterlockscreen -l dimblur
|
||||||
# binds
|
# binds
|
||||||
bindsym $mod+Return exec --no-startup-id kitty
|
bindsym $mod+Return exec --no-startup-id kitty
|
||||||
bindsym $mod+shift+Return exec --no-startup-id firefox
|
bindsym $mod+shift+Return exec --no-startup-id qutebrowser
|
||||||
bindsym $mod+shift+space exec --no-startup-id rofi-pass --insert
|
bindsym $mod+shift+space exec --no-startup-id rofi-pass --insert
|
||||||
bindsym Print exec --no-startup-id gnome-screenshot
|
bindsym Print exec --no-startup-id gnome-screenshot
|
||||||
bindsym $mod+Delete exec --no-startup-id "i3lock-fancy"
|
bindsym $mod+Delete exec --no-startup-id "i3lock-fancy"
|
||||||
@ -260,6 +260,6 @@ bindsym XF86Search exec ~/.config/i3/bright.sh 1 # decrease screen brightness
|
|||||||
bindsym XF86Explorer exec arandr
|
bindsym XF86Explorer exec arandr
|
||||||
|
|
||||||
assign [class="Emacs"] $ws1
|
assign [class="Emacs"] $ws1
|
||||||
assign [class="Firefox"] $ws2
|
assign [class="qutebrowser"] $ws2
|
||||||
assign [class="kitty"] $ws3
|
assign [class="kitty"] $ws3
|
||||||
assign [class="Ripcord"] $ws4
|
assign [class="Ripcord"] $ws4
|
||||||
|
|||||||
@ -0,0 +1 @@
|
|||||||
|
https://15five.quip.com/ Updates - Quip
|
||||||
|
|||||||
@ -1,14 +1,16 @@
|
|||||||
c.url.searchengines = {
|
c.url.searchengines = {
|
||||||
"DEFAULT": "https://search.unbl.ink/?q={}",
|
"DEFAULT": "https://search.unbl.ink/?q={}",
|
||||||
"wikiwand": "https://www.wikiwand.com/en/{}?fullSearch=false",
|
"w": "https://www.wikiwand.com/en/{}?fullSearch=false",
|
||||||
"jira": "https://15five-dev.atlassian.net/browse/{}",
|
"a": "https://www.amazon.com/s?k={}",
|
||||||
|
"j": "https://15five-dev.atlassian.net/browse/{}",
|
||||||
|
"g": "https://www.google.com/search?q={}",
|
||||||
}
|
}
|
||||||
|
|
||||||
c.messages.timeout = 5000
|
c.messages.timeout = 5000
|
||||||
|
|
||||||
config.set("scrolling.smooth", True)
|
config.set("scrolling.smooth", True)
|
||||||
config.set("url.default_page", "http://search.unbl.ink")
|
config.set("url.default_page", "http://search.unbl.ink")
|
||||||
config.set("url.start_pages", "http://search.unbl.ink")
|
config.set("url.start_pages", "https://search.unbl.ink")
|
||||||
config.set("fonts.hints", "bold 12pt monospace")
|
config.set("fonts.hints", "bold 12pt monospace")
|
||||||
config.set("fonts.tabs", "10pt sans-serif")
|
config.set("fonts.tabs", "10pt sans-serif")
|
||||||
config.set("fonts.statusbar", "10pt sans-serif")
|
config.set("fonts.statusbar", "10pt sans-serif")
|
||||||
|
|||||||
@ -0,0 +1,13 @@
|
|||||||
|
mail https://box.onec.me/mail/?_task=mail&_mbox=INBOX
|
||||||
|
devmail http://localhost:1080/
|
||||||
|
devapp https://15five.me/company/users/inactive/
|
||||||
|
devdisc https://github.com/15five/dev-discussions
|
||||||
|
mine https://github.com/15five/fifteen5/pulls/powellc
|
||||||
|
play https://play.unbl.ink/iris/queue
|
||||||
|
weather https://forecast.weather.gov/MapClick.php?textField1=44.39&textField2=-68.8#.XZOUhhcpC00
|
||||||
|
review-prs https://github.com/15five/fifteen5/pulls?utf8=%E2%9C%93&q=is%3Aopen+is%3Apr+label%3Abackend+-reviewed-by%3Apowellc
|
||||||
|
backlog https://15five-dev.atlassian.net/secure/RapidBoard.jspa?rapidView=47&view=planning.nodetail
|
||||||
|
mastotech https://mastodon.technology/web/getting-started
|
||||||
|
slack https://app.slack.com/client/T042JGM5N/CK5M03D0A
|
||||||
|
gcal https://calendar.google.com/calendar/r?pli=1
|
||||||
|
ffapp https://15five.15five.com/profile/highlights/
|
||||||
|
|||||||
Reference in New Issue
Block a user