diff --git a/.gitmodules b/.gitmodules index 2642d40..ce3e7b5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -13,3 +13,6 @@ [submodule "awesome/bling"] path = awesome/bling url = https://github.com/Nooo37/bling.git +[submodule "scripts/ipwebcam-gst"] + path = scripts/ipwebcam-gst + url = https://github.com/bluezio/ipwebcam-gst.git diff --git a/awesome/keybindings.fnl b/awesome/keybindings.fnl index 2c2f8e7..e4f3097 100644 --- a/awesome/keybindings.fnl +++ b/awesome/keybindings.fnl @@ -111,6 +111,8 @@ ;; utilities (awful.key [] "Print" (fn [] (awful.spawn "flameshot gui")) {:description "screenshot" :group "utilities"}) + (awful.key [modkey shift] "p" (fn [] (awful.spawn "flameshot gui")) + {:description "screenshot" :group "utilities"}) (awful.key [ modkey ] "." (fn [] (awful.spawn "/home/chris/.dotfiles/rofi/launchers-git/emoji.sh")) {:description "emoji picker" :group "utilities"}) (awful.key [] "XF86MonBrightnessUp" (fn [] (awful.spawn diff --git a/qutebrowser/qsettings/QtProject.conf b/qutebrowser/qsettings/QtProject.conf index 91b833f..3433118 100644 --- a/qutebrowser/qsettings/QtProject.conf +++ b/qutebrowser/qsettings/QtProject.conf @@ -1,6 +1,6 @@ [FileDialog] -history=file:///home/chris/Pictures/Newsletter, file:///home/chris/org, file:///home/chris/storage/digikam/Photos/Camera/Camera, file:///home/chris/Pictures, file:///home/chris -lastVisited=file:///home/chris +history=file:///home/chris/Downloads, file:///home/chris/Downloads/Takeout/Contacts/All Contacts, file:///home/chris/Pictures/Newsletter, file:///home/chris/org, file:///home/chris/storage/digikam/Photos/Camera/Camera +lastVisited=file:///home/chris/Downloads qtVersion=5.15.2 shortcuts=file:, file:///home/chris sidebarWidth=116 diff --git a/rofi/rofi-pass/config b/rofi/rofi-pass/config index efc6e38..125a1ce 100644 --- a/rofi/rofi-pass/config +++ b/rofi/rofi-pass/config @@ -2,9 +2,17 @@ # which can be switched at runtime with shift+left/right # root=/path/to/root +if [ $(hostname) = "chris-linuxlaptop" ]; then + style="laptop" + #echo "this is hidpi" +else + style="desktop" + #echo "this is not hidpi" +fi + # rofi command. Make sure to have "$@" as last argument _rofi () { - rofi -i -no-auto-select "$@" + rofi -i -no-auto-select -theme launchers-git/"$style".rasi "$@" } # default command to generate passwords @@ -16,7 +24,7 @@ _pwgen () { # qrencode is needed to generate the image and a viewer # that can read from pipes. Known viewers to work are feh and display _image_viewer () { - sxiv + feh -g 600x600 --zoom fill - # display } diff --git a/scripts/ipwebcam-gst b/scripts/ipwebcam-gst new file mode 160000 index 0000000..3eac81d --- /dev/null +++ b/scripts/ipwebcam-gst @@ -0,0 +1 @@ +Subproject commit 3eac81de512870bd79888556f1f7fe9ccbd35f70