Blingin I suppose
This commit is contained in:
parent
dc40c281e1
commit
8dc41b0639
|
@ -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 [
|
||||
|
|
|
@ -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" })
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[FileDialog]
|
||||
="======"
|
||||
history=file:///home/chris/Pictures, file:///home/chris/Videos, file:///home/chris, file:///home/chris/Downloads, file:///home/chris/tfc, file:///home/chris/Pictures/Phone/Camera
|
||||
lastVisited=file:///home/chris/Pictures/Phone/Camera
|
||||
history=file:///home/chris, file:///home/chris/Downloads, file:///home/chris/tfc, file:///home/chris/Pictures/Phone/Camera, file:///home/chris/Pictures, file:///home/chris/storage/nextcloud
|
||||
lastVisited=file:///home/chris/storage/nextcloud
|
||||
qtVersion=5.15.2
|
||||
shortcuts=file:, file:///home/chris
|
||||
sidebarWidth=116
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue