From 314202dc0054dd177e6e4943d5a822df0cd48909 Mon Sep 17 00:00:00 2001 From: Chris Cochrun Date: Wed, 28 Apr 2021 08:22:34 -0500 Subject: [PATCH] Some random changes --- awesome/keybindings.fnl | 2 +- qutebrowser/autoconfig.yml | 2 +- qutebrowser/config.py | 5 ++++- qutebrowser/qsettings/QtProject.conf | 4 ++-- rofi/config.rasi | 3 +-- rofi/rofi-pass/config | 4 ++-- scripts/transadd | 2 +- 7 files changed, 12 insertions(+), 10 deletions(-) diff --git a/awesome/keybindings.fnl b/awesome/keybindings.fnl index f051acf..6c41da5 100644 --- a/awesome/keybindings.fnl +++ b/awesome/keybindings.fnl @@ -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 --action autotype")) + (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" }) diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml index f2f2e89..2e08dec 100644 --- a/qutebrowser/autoconfig.yml +++ b/qutebrowser/autoconfig.yml @@ -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 diff --git a/qutebrowser/config.py b/qutebrowser/config.py index 5fa3183..33e2e74 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1541,9 +1541,12 @@ c.hints.radius = 6 # 'input:not([type])', # 'textarea']} -c.hints.selectors['all'].append('ha-card') +c.hints.selectors['all'].append('shadow-root') +c.hints.selectors['all'].append('[ha-card]') +c.hints.selectors['all'].append('mdc-switch__native-control') c.hints.selectors['all'].append('[for="checkbox"]') c.hints.selectors['all'].append('label') +c.hints.selectors['all'].append('hui-button-card') ## Make characters in hint strings uppercase. ## Type: Bool diff --git a/qutebrowser/qsettings/QtProject.conf b/qutebrowser/qsettings/QtProject.conf index e6f7d98..25568b1 100644 --- a/qutebrowser/qsettings/QtProject.conf +++ b/qutebrowser/qsettings/QtProject.conf @@ -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/Pictures/tfc, file:///home/chris/Pictures, file:///home/chris/Videos, file:///home/chris, file:///home/chris/Downloads +lastVisited=file:///home/chris/Pictures qtVersion=5.15.2 shortcuts=file:, file:///home/chris sidebarWidth=116 diff --git a/rofi/config.rasi b/rofi/config.rasi index e229c60..9dd5630 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -9,6 +9,5 @@ configuration { sidebar-mode: true; run-command: "fish -c {cmd}"; run-list-command: "fish -c functions"; - display-keys: true; } -@import "/home/chris/.dotfiles/rofi/launchers-git/laptop.rasi" +@import "/home/chris/.dotfiles/rofi/launchers-git/blurry.rasi" diff --git a/rofi/rofi-pass/config b/rofi/rofi-pass/config index 9c32fd7..fd54a69 100644 --- a/rofi/rofi-pass/config +++ b/rofi/rofi-pass/config @@ -62,9 +62,9 @@ BROWSER='xdg-open' ## Misc settings -default_do='menu' # menu, autotype, copyPass, typeUser, typePass, copyUser, copyUrl, viewEntry, typeMenu, actionMenu, copyMenu, openUrl +default_do='autotype' # menu, autotype, copyPass, typeUser, typePass, copyUser, copyUrl, viewEntry, typeMenu, actionMenu, copyMenu, openUrl auto_enter='false' -notify='false' +notify='true' default_autotype='user :tab pass' # color of the help messages diff --git a/scripts/transadd b/scripts/transadd index f5d6a09..97665e4 100755 --- a/scripts/transadd +++ b/scripts/transadd @@ -1,3 +1,3 @@ #!/usr/bin/env bash -transmission-remote 192.168.1.7 -a "$@" && notify-send " Transmission On Server" "Torrent added" +transmission-remote 192.168.1.2 -a "$@" && notify-send " Transmission On Server" "Torrent added"