trying to fix autologin keyring stuff
This commit is contained in:
parent
7ac4a11588
commit
6adf12b5de
10 changed files with 66 additions and 60 deletions
|
@ -238,10 +238,6 @@
|
|||
name = "rmpc (music player)";
|
||||
exec = "/home/emenel/.local/bin/wezapp rmpc";
|
||||
};
|
||||
ncmpcpp = {
|
||||
name = "ncmpcpp (music player)";
|
||||
exec = "/home/emenel/.local/bin/wezapp ncmpcpp";
|
||||
};
|
||||
isd = {
|
||||
name = "isd (interactive systemd)";
|
||||
exec = "/home/emenel/.local/bin/wezapp isd";
|
||||
|
@ -265,10 +261,6 @@
|
|||
name = "bluetui (bluetooth manager)";
|
||||
exec = "/home/emenel/.local/bin/wezapp bluetui";
|
||||
};
|
||||
gtrash = {
|
||||
name = "gtrash";
|
||||
exec = "/home/emenel/.local/bin/wezapp gtrash r";
|
||||
};
|
||||
color-picker-clip = {
|
||||
name = "wl color picker (clipboard)";
|
||||
exec = "${pkgs.wl-color-picker}/bin/wl-color-picker clipboard";
|
||||
|
|
|
@ -27,6 +27,7 @@
|
|||
procs
|
||||
|
||||
jre
|
||||
jdk
|
||||
|
||||
tree-sitter
|
||||
(tree-sitter.withPlugins (_: tree-sitter.allGrammars))
|
||||
|
|
|
@ -103,6 +103,7 @@
|
|||
"em" = "emacsclient -n -r";
|
||||
"mkdir" = "mkdir -pv";
|
||||
"gt" = "gtrash";
|
||||
"rm" = "gtrash put";
|
||||
};
|
||||
interactiveShellInit = ''
|
||||
bind --erase \ct
|
||||
|
|
|
@ -84,8 +84,8 @@ ${shared-alias}
|
|||
(deflayer navigation
|
||||
esc f1 f2 f3 f4 f5 f6 f7 f8 f9 f10 f11 f12 prtsc
|
||||
grv 1 2 3 4 5 6 7 8 9 0 - = \ del home
|
||||
tab q w e r t y u i o p [ ] bspc end
|
||||
@supesc a s d f g left down up right ; ' ret pgup
|
||||
tab q w e r t home pgdn pgup end p [ ] bspc end
|
||||
caps a s d f g left down up right ; ' ret pgup
|
||||
@sp-lsft z x c v b n m , . / @sp-rsft up pgdn
|
||||
lmet @controls lalt lctrl _ rctrl ralt rmet left down right)
|
||||
|
||||
|
|
|
@ -37,5 +37,7 @@
|
|||
gst_all_1.gst-plugins-base
|
||||
glib
|
||||
alsa-lib
|
||||
jdk
|
||||
vulkan-loader
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue