getting awesome setup
This commit is contained in:
parent
9899f5a0a8
commit
46db1c247b
|
@ -262,7 +262,7 @@ nixpkgs.overlays = [
|
||||||
|
|
||||||
(import (builtins.fetchTarball {
|
(import (builtins.fetchTarball {
|
||||||
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
|
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
|
||||||
sha256 = "1pd14gigm5bznzd8k88dq9scicw1zqknm87bnqmd0z556g9ir60f";
|
sha256 = "1rhmvww15mkix7fg8gd7r5hwlszi4zlwzxyr02yfwfsf5hh0n0d9";
|
||||||
}))
|
}))
|
||||||
|
|
||||||
(self: super:
|
(self: super:
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 3164486da072d22b1bd62e670805566f4418f8a1
|
|
|
@ -9,6 +9,7 @@
|
||||||
(local xresources (require "beautiful.xresources"))
|
(local xresources (require "beautiful.xresources"))
|
||||||
;; Notification library
|
;; Notification library
|
||||||
(global naughty (require "naughty"))
|
(global naughty (require "naughty"))
|
||||||
|
(naughty.notification {:title "YAY FNL LOADED!"})
|
||||||
(global menubar (require "menubar"))
|
(global menubar (require "menubar"))
|
||||||
;; Enable hotkeys help widget for VIM and other apps
|
;; Enable hotkeys help widget for VIM and other apps
|
||||||
;; when client with a matching name is opened:
|
;; when client with a matching name is opened:
|
||||||
|
@ -17,6 +18,7 @@
|
||||||
(local dpi xresources.apply_dpi)
|
(local dpi xresources.apply_dpi)
|
||||||
(local ruled (require "ruled"))
|
(local ruled (require "ruled"))
|
||||||
|
|
||||||
|
|
||||||
(global togglebar (fn []
|
(global togglebar (fn []
|
||||||
(let [s (awful.screen.focused {:client true})]
|
(let [s (awful.screen.focused {:client true})]
|
||||||
(s.togglebar))))
|
(s.togglebar))))
|
||||||
|
@ -35,6 +37,7 @@
|
||||||
:text awesome.startup_errors}))
|
:text awesome.startup_errors}))
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
;; Handle runtime errors after startup
|
;; Handle runtime errors after startup
|
||||||
(do
|
(do
|
||||||
(var in_error false)
|
(var in_error false)
|
||||||
|
|
|
@ -5,6 +5,9 @@ cfgDir = os.getenv("HOME") .. "/.config/awesome/"
|
||||||
-- package.path = cfgDir .. "?.lua"
|
-- package.path = cfgDir .. "?.lua"
|
||||||
fennel.path = fennel.path .. ";" .. cfgDir .. "?.fnl;"
|
fennel.path = fennel.path .. ";" .. cfgDir .. "?.fnl;"
|
||||||
|
|
||||||
|
|
||||||
|
naughty.notification{ title = "YAY RC LOADED"}
|
||||||
|
|
||||||
searcher = fennel.make_searcher({
|
searcher = fennel.make_searcher({
|
||||||
correlate = true,
|
correlate = true,
|
||||||
useMetadata = true,
|
useMetadata = true,
|
||||||
|
|
|
@ -1 +0,0 @@
|
||||||
Subproject commit 51b4f760c9601254f4817ac90441ccd1ad0a0616
|
|
|
@ -215,6 +215,8 @@
|
||||||
libsForQt5.kirigami2
|
libsForQt5.kirigami2
|
||||||
libsForQt5.ki18n
|
libsForQt5.ki18n
|
||||||
libsForQt5.kcoreaddons
|
libsForQt5.kcoreaddons
|
||||||
|
libsForQt5.kdbusaddons
|
||||||
|
libsForQt5.libdbusmenu
|
||||||
fennel
|
fennel
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -222,7 +224,7 @@
|
||||||
|
|
||||||
(import (builtins.fetchTarball {
|
(import (builtins.fetchTarball {
|
||||||
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
|
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
|
||||||
sha256 = "1pd14gigm5bznzd8k88dq9scicw1zqknm87bnqmd0z556g9ir60f";
|
sha256 = "1rhmvww15mkix7fg8gd7r5hwlszi4zlwzxyr02yfwfsf5hh0n0d9";
|
||||||
}))
|
}))
|
||||||
|
|
||||||
(self: super:
|
(self: super:
|
||||||
|
|
|
@ -250,6 +250,8 @@
|
||||||
libsForQt5.kirigami2
|
libsForQt5.kirigami2
|
||||||
libsForQt5.ki18n
|
libsForQt5.ki18n
|
||||||
libsForQt5.kcoreaddons
|
libsForQt5.kcoreaddons
|
||||||
|
libsForQt5.kdbusaddons
|
||||||
|
libsForQt5.libdbusmenu
|
||||||
fennel
|
fennel
|
||||||
];
|
];
|
||||||
|
|
||||||
|
@ -257,7 +259,7 @@
|
||||||
|
|
||||||
(import (builtins.fetchTarball {
|
(import (builtins.fetchTarball {
|
||||||
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
|
url = https://github.com/nix-community/emacs-overlay/archive/master.tar.gz;
|
||||||
sha256 = "1pd14gigm5bznzd8k88dq9scicw1zqknm87bnqmd0z556g9ir60f";
|
sha256 = "1rhmvww15mkix7fg8gd7r5hwlszi4zlwzxyr02yfwfsf5hh0n0d9";
|
||||||
}))
|
}))
|
||||||
|
|
||||||
(self: super:
|
(self: super:
|
||||||
|
|
Loading…
Reference in a new issue