diff --git a/awesome/init.fnl b/awesome/init.fnl index 9315a23..53458f3 100644 --- a/awesome/init.fnl +++ b/awesome/init.fnl @@ -49,7 +49,13 @@ ;; Import the bling modules and layouts (local bling (require "bling")) -;;(local awestore (require "awestore")) +(local awestore (require "awestore")) + +(local anim-y (awestore.tweened 1100 { :duration 200 :easing awestore.easing.cubic_in_out })) + +(local agenda-scratch (bling.module.scratchpad:new { + :command "" + :rule [:name "*Org Agenda(a)*"]})) ;; This is used later as the default terminal and editor to run. (var terminal "alacritty") @@ -73,7 +79,7 @@ (if (= "syl\n" stdout) (global laptop true) (global laptop false)))) -(local laptop true) +(local laptop false) ;; Table of layouts to cover with awful.layout.inc, order matters. (set awful.layout.layouts [ diff --git a/awesome/keybindings.fnl b/awesome/keybindings.fnl index 797e624..df504eb 100644 --- a/awesome/keybindings.fnl +++ b/awesome/keybindings.fnl @@ -162,7 +162,7 @@ {:description "search youtube" :group "launcher"}) (awful.key [modkey shift] "c" (fn [] (awful.spawn "rofi -show calc -modi calc")) {:description "calculator" :group "apps"}) - (awful.key [modkey] "q" (fn [] (awful.spawn "dmqute")) + (awful.key [modkey shift] "i" (fn [] (awful.spawn "dmqute")) {:description "search internet through qutebrowser" :group "launcher"}) (awful.key [ modkey ] "s" (fn [] (awful.spawn "filesearch")) {:description "search for files" :group "launcher" }) diff --git a/fish/config.fish b/fish/config.fish index d97f3a4..6b039e5 100644 --- a/fish/config.fish +++ b/fish/config.fish @@ -208,6 +208,6 @@ alias la "exa -la" ### Start X at login if status is-login if test -z "$DISPLAY" -a "$XDG_VTNR" = 1 - exec starx -end + exec startx + end end diff --git a/picom.conf b/picom.conf index 36fc472..8722fec 100644 --- a/picom.conf +++ b/picom.conf @@ -231,7 +231,7 @@ blur: { # requires: https://github.com/ibhagwan/picom method = "dual_kawase"; #method = "kernel"; - strength = 12; + strength = 11; deviation = 1.0; # kernel = "11x11gaussian"; background = false; diff --git a/qutebrowser/autoconfig.yml b/qutebrowser/autoconfig.yml index a2c6146..065f3f4 100644 --- a/qutebrowser/autoconfig.yml +++ b/qutebrowser/autoconfig.yml @@ -18,3 +18,4 @@ settings: https://www.facebook.com: false https://www.g2a.com: false https://www.reddit.com: false + https://www.websitebuilderexpert.com: false diff --git a/qutebrowser/qsettings/QtProject.conf b/qutebrowser/qsettings/QtProject.conf index cadbee8..0b1032d 100644 --- a/qutebrowser/qsettings/QtProject.conf +++ b/qutebrowser/qsettings/QtProject.conf @@ -1,5 +1,4 @@ [FileDialog] -="======" history=file:///home/chris/Videos, file:///home/chris, file:///home/chris/Downloads, file:///home/chris/tfc, file:///home/chris/Pictures/Phone/Camera, file:///run/media/chris/LUMIX/DCIM/110_PANA lastVisited=file:///run/media/chris/LUMIX/DCIM/110_PANA qtVersion=5.15.2 diff --git a/rofi/config.rasi b/rofi/config.rasi index c911358..469b42f 100644 --- a/rofi/config.rasi +++ b/rofi/config.rasi @@ -10,4 +10,4 @@ configuration { run-command: "fish -c {cmd}"; run-list-command: "fish -c functions"; } -@import "/home/chris/.dotfiles/rofi/launchers-git/laptop.rasi" +@import "/home/chris/.dotfiles/rofi/launchers-git/desktop.rasi"