Merge branch 'master' of gitlab.com:chriscochrun/dotfiles
This commit is contained in:
commit
a035f816a7
|
@ -143,7 +143,7 @@
|
||||||
{:description "launch eshell in new emacs frame" :group "apps" })
|
{:description "launch eshell in new emacs frame" :group "apps" })
|
||||||
(awful.key [ modkey ] "e" (fn [] (awful.spawn "emacsclient -c -a 'emacs'"))
|
(awful.key [ modkey ] "e" (fn [] (awful.spawn "emacsclient -c -a 'emacs'"))
|
||||||
{:description "launch new emacs frame" :group "apps" })
|
{: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" })
|
{:description "select pass" :group "apps" })
|
||||||
(awful.key [ modkey shift ] "w" (fn [] (awful.spawn "libreoffice --writer"))
|
(awful.key [ modkey shift ] "w" (fn [] (awful.spawn "libreoffice --writer"))
|
||||||
{:description "Open Writer" :group "apps" })
|
{:description "Open Writer" :group "apps" })
|
||||||
|
|
|
@ -1541,9 +1541,12 @@ c.hints.radius = 6
|
||||||
# 'input:not([type])',
|
# 'input:not([type])',
|
||||||
# 'textarea']}
|
# '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('[for="checkbox"]')
|
||||||
c.hints.selectors['all'].append('label')
|
c.hints.selectors['all'].append('label')
|
||||||
|
c.hints.selectors['all'].append('hui-button-card')
|
||||||
|
|
||||||
## Make characters in hint strings uppercase.
|
## Make characters in hint strings uppercase.
|
||||||
## Type: Bool
|
## Type: Bool
|
||||||
|
|
|
@ -1,6 +1,11 @@
|
||||||
[FileDialog]
|
[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
|
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
|
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
|
||||||
qtVersion=5.15.2
|
qtVersion=5.15.2
|
||||||
shortcuts=file:, file:///home/chris
|
shortcuts=file:, file:///home/chris
|
||||||
sidebarWidth=116
|
sidebarWidth=116
|
||||||
|
|
|
@ -9,6 +9,5 @@ configuration {
|
||||||
sidebar-mode: true;
|
sidebar-mode: true;
|
||||||
run-command: "fish -c {cmd}";
|
run-command: "fish -c {cmd}";
|
||||||
run-list-command: "fish -c functions";
|
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"
|
||||||
|
|
|
@ -62,9 +62,9 @@ BROWSER='xdg-open'
|
||||||
|
|
||||||
## Misc settings
|
## 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'
|
auto_enter='false'
|
||||||
notify='false'
|
notify='true'
|
||||||
default_autotype='user :tab pass'
|
default_autotype='user :tab pass'
|
||||||
|
|
||||||
# color of the help messages
|
# color of the help messages
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
#!/usr/bin/env bash
|
#!/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"
|
||||||
|
|
Loading…
Reference in a new issue