meow
This commit is contained in:
parent
409d064a73
commit
6b2377ac10
3 changed files with 268 additions and 2 deletions
|
@ -34,6 +34,7 @@ in with lib; {
|
|||
drawing # drwaing!
|
||||
libqalculate # needed by menu-qalc
|
||||
ddgr jq # needed by searchwolf
|
||||
brillo # kb backlight
|
||||
# custom scripts
|
||||
window-screenshot desktop-ctl em-record em-play em-play-loop ocr-screenshot menu-qalc
|
||||
pc-get pc-set searchwolf
|
||||
|
@ -149,6 +150,9 @@ in with lib; {
|
|||
"XF86MonBrightnessUp" = "exec brightnessctl set 5%+";
|
||||
"XF86MonBrightnessDown" = "exec brightnessctl set 5%-";
|
||||
|
||||
"XF86KbdBrightnessUp" = "exec brillo -kA 10.0";
|
||||
"XF86KbdBrightnessDown" = "exec brillo -kU 10.0";
|
||||
|
||||
# macros
|
||||
"${mod}+q" = "exec em-record.sh";
|
||||
"${mod}+p" = "exec em-play.sh";
|
||||
|
@ -166,7 +170,7 @@ in with lib; {
|
|||
size = 9.0;
|
||||
};
|
||||
gaps = {
|
||||
top = 24;
|
||||
#top = 24;
|
||||
inner = 15;
|
||||
outer = 0;
|
||||
smartGaps = false;
|
||||
|
@ -276,7 +280,7 @@ in with lib; {
|
|||
cursor-scroll = "ns-resize";
|
||||
enable-ipc = true;
|
||||
wm-restack = "i3";
|
||||
override-redirect = true;
|
||||
override-redirect = false;
|
||||
};
|
||||
|
||||
"module/xworkspaces" = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue