mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
stylix, hyprland
This commit is contained in:
parent
db68f9d460
commit
b440038b65
39 changed files with 704 additions and 226 deletions
|
|
@ -12,7 +12,7 @@
|
|||
|
||||
services.xremap = {
|
||||
enable = true;
|
||||
withNiri = true;
|
||||
withHypr = true;
|
||||
# modmap: single key
|
||||
serviceMode = "user";
|
||||
userName = "js0ny";
|
||||
|
|
@ -39,23 +39,23 @@
|
|||
}
|
||||
];
|
||||
keymap = [
|
||||
{
|
||||
name = "IM Navigator - Alt-Up/Down";
|
||||
application = {
|
||||
only = [
|
||||
"org.telegram.desktop"
|
||||
"telegram-desktop"
|
||||
"io.github.kukuruzka165.materialgram"
|
||||
"materialgram"
|
||||
"com.ayugram.desktop"
|
||||
"wechat"
|
||||
];
|
||||
};
|
||||
remap = {
|
||||
"M-j" = "M-down";
|
||||
"M-k" = "M-up";
|
||||
};
|
||||
}
|
||||
# {
|
||||
# name = "IM Navigator - Alt-Up/Down";
|
||||
# application = {
|
||||
# only = [
|
||||
# "org.telegram.desktop"
|
||||
# "telegram-desktop"
|
||||
# "io.github.kukuruzka165.materialgram"
|
||||
# "materialgram"
|
||||
# "com.ayugram.desktop"
|
||||
# "wechat"
|
||||
# ];
|
||||
# };
|
||||
# remap = {
|
||||
# "M-j" = "M-down";
|
||||
# "M-k" = "M-up";
|
||||
# };
|
||||
# }
|
||||
{
|
||||
name = "IM Navigator - Ctrl-Up/Down";
|
||||
application = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue