mirror of
https://github.com/kmein/niveum
synced 2026-03-29 08:41:07 +02:00
Compare commits
6 Commits
600d8a5f7d
...
a4e0e25465
| Author | SHA1 | Date | |
|---|---|---|---|
| a4e0e25465 | |||
| 4fa3a3e5fc | |||
| 4950442f8b | |||
| 7252826719 | |||
| a22acd2073 | |||
| 9e85a12084 |
@@ -52,7 +52,6 @@ in {
|
|||||||
displayManager.defaultSession = "none+i3";
|
displayManager.defaultSession = "none+i3";
|
||||||
windowManager.i3 = {
|
windowManager.i3 = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.i3-gaps;
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
@@ -92,6 +91,10 @@ in {
|
|||||||
criteria = {class = "fzfmenu";};
|
criteria = {class = "fzfmenu";};
|
||||||
command = "floating enable";
|
command = "floating enable";
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
criteria = {class = ".*";};
|
||||||
|
command = "border pixel 2";
|
||||||
|
}
|
||||||
{
|
{
|
||||||
criteria = {class = "mpv";};
|
criteria = {class = "mpv";};
|
||||||
command = lib.strings.concatStringsSep ", " [
|
command = lib.strings.concatStringsSep ", " [
|
||||||
@@ -104,7 +107,6 @@ in {
|
|||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
gaps.inner = 4;
|
|
||||||
floating = {
|
floating = {
|
||||||
titlebar = false;
|
titlebar = false;
|
||||||
border = 1;
|
border = 1;
|
||||||
@@ -118,9 +120,9 @@ in {
|
|||||||
focused =
|
focused =
|
||||||
scheme
|
scheme
|
||||||
// {
|
// {
|
||||||
border = colours.cyan.bright;
|
border = colours.blue.bright;
|
||||||
indicator = colours.cyan.bright;
|
indicator = colours.blue.bright;
|
||||||
childBorder = colours.cyan.bright;
|
childBorder = colours.blue.bright;
|
||||||
};
|
};
|
||||||
unfocused =
|
unfocused =
|
||||||
scheme
|
scheme
|
||||||
@@ -193,10 +195,10 @@ in {
|
|||||||
|
|
||||||
"${modifier}+Shift+b" = "move window to workspace prev";
|
"${modifier}+Shift+b" = "move window to workspace prev";
|
||||||
"${modifier}+Shift+n" = "move window to workspace next";
|
"${modifier}+Shift+n" = "move window to workspace next";
|
||||||
"${modifier}+Shift+x" = "exec --no-startup-id ${move-to-new-workspace}";
|
"${modifier}+Shift+x" = "exec ${move-to-new-workspace}";
|
||||||
"${modifier}+b" = "workspace prev";
|
"${modifier}+b" = "workspace prev";
|
||||||
"${modifier}+n" = "workspace next";
|
"${modifier}+n" = "workspace next";
|
||||||
"${modifier}+x" = "exec --no-startup-id ${new-workspace}";
|
"${modifier}+x" = "exec ${new-workspace}";
|
||||||
|
|
||||||
"${modifier}+Shift+c" = "reload";
|
"${modifier}+Shift+c" = "reload";
|
||||||
"${modifier}+Shift+q" = "kill";
|
"${modifier}+Shift+q" = "kill";
|
||||||
@@ -247,8 +249,8 @@ in {
|
|||||||
fi
|
fi
|
||||||
''
|
''
|
||||||
}";
|
}";
|
||||||
"${modifier}+p" = "exec --no-startup-id rofi-pass";
|
"${modifier}+p" = "exec rofi-pass";
|
||||||
"${modifier}+Shift+p" = "exec --no-startup-id rofi-pass --insert";
|
"${modifier}+Shift+p" = "exec rofi-pass --insert";
|
||||||
"${modifier}+u" = "exec ${scripts.unicodmenu}/bin/unicodmenu";
|
"${modifier}+u" = "exec ${scripts.unicodmenu}/bin/unicodmenu";
|
||||||
|
|
||||||
"${modifier}+F6" = "exec ${pkgs.xorg.xkill}/bin/xkill";
|
"${modifier}+F6" = "exec ${pkgs.xorg.xkill}/bin/xkill";
|
||||||
@@ -259,15 +261,15 @@ in {
|
|||||||
"${modifier}+F11" = "exec ${pkgs.xcalib}/bin/xcalib -invert -alter";
|
"${modifier}+F11" = "exec ${pkgs.xcalib}/bin/xcalib -invert -alter";
|
||||||
"${modifier}+F12" = "exec ${klem}/bin/klem";
|
"${modifier}+F12" = "exec ${klem}/bin/klem";
|
||||||
"Print" = "exec flameshot-once";
|
"Print" = "exec flameshot-once";
|
||||||
"XF86AudioLowerVolume" = "exec --no-startup-id ${pkgs.pamixer}/bin/pamixer -d 5";
|
"XF86AudioLowerVolume" = "exec ${pkgs.pamixer}/bin/pamixer -d 5";
|
||||||
"XF86AudioMute" = "exec --no-startup-id ${pkgs.pamixer}/bin/pamixer -t";
|
"XF86AudioMute" = "exec ${pkgs.pamixer}/bin/pamixer -t";
|
||||||
"XF86AudioRaiseVolume" = "exec --no-startup-id ${pkgs.pamixer}/bin/pamixer -i 5";
|
"XF86AudioRaiseVolume" = "exec ${pkgs.pamixer}/bin/pamixer -i 5";
|
||||||
"XF86Calculator" = "exec ${pkgs.st}/bin/st -c floating -e ${pkgs.bc}/bin/bc";
|
"XF86Calculator" = "exec ${pkgs.st}/bin/st -c floating -e ${pkgs.bc}/bin/bc";
|
||||||
"XF86AudioPause" = "exec --no-startup-id ${pkgs.playerctl}/bin/playerctl pause";
|
"XF86AudioPause" = "exec ${pkgs.playerctl}/bin/playerctl pause";
|
||||||
"XF86AudioPlay" = "exec --no-startup-id ${pkgs.playerctl}/bin/playerctl play-pause";
|
"XF86AudioPlay" = "exec ${pkgs.playerctl}/bin/playerctl play-pause";
|
||||||
"XF86AudioNext" = "exec --no-startup-id ${pkgs.playerctl}/bin/playerctl next";
|
"XF86AudioNext" = "exec ${pkgs.playerctl}/bin/playerctl next";
|
||||||
"XF86AudioPrev" = "exec --no-startup-id ${pkgs.playerctl}/bin/playerctl previous";
|
"XF86AudioPrev" = "exec ${pkgs.playerctl}/bin/playerctl previous";
|
||||||
"XF86AudioStop" = "exec --no-startup-id ${pkgs.playerctl}/bin/playerctl stop";
|
"XF86AudioStop" = "exec ${pkgs.playerctl}/bin/playerctl stop";
|
||||||
"XF86ScreenSaver" = "exec ${scripts.k-lock}/bin/k-lock";
|
"XF86ScreenSaver" = "exec ${scripts.k-lock}/bin/k-lock";
|
||||||
|
|
||||||
"XF86Display" = "exec ${scripts.dmenurandr}/bin/dmenurandr";
|
"XF86Display" = "exec ${scripts.dmenurandr}/bin/dmenurandr";
|
||||||
|
|||||||
@@ -13,6 +13,7 @@
|
|||||||
cop = "";
|
cop = "";
|
||||||
ave = "";
|
ave = "";
|
||||||
"in" = "san-kagapa";
|
"in" = "san-kagapa";
|
||||||
|
il = "phonetic";
|
||||||
};
|
};
|
||||||
defaultLanguage = "de";
|
defaultLanguage = "de";
|
||||||
in {
|
in {
|
||||||
@@ -22,8 +23,7 @@ in {
|
|||||||
# T3: https://upload.wikimedia.org/wikipedia/commons/a/a9/German-Keyboard-Layout-T3-Version1-large.png
|
# T3: https://upload.wikimedia.org/wikipedia/commons/a/a9/German-Keyboard-Layout-T3-Version1-large.png
|
||||||
# buckwalter: http://www.qamus.org/transliteration.htm
|
# buckwalter: http://www.qamus.org/transliteration.htm
|
||||||
xkbVariant = "T3";
|
xkbVariant = "T3";
|
||||||
xkbOptions =
|
xkbOptions = commaSep xkbOptions;
|
||||||
commaSep xkbOptions;
|
|
||||||
libinput.enable = true;
|
libinput.enable = true;
|
||||||
xkbDir = pkgs.symlinkJoin {
|
xkbDir = pkgs.symlinkJoin {
|
||||||
name = "x-keyboard-directory";
|
name = "x-keyboard-directory";
|
||||||
|
|||||||
@@ -184,6 +184,7 @@ in {
|
|||||||
scripts.trans
|
scripts.trans
|
||||||
scripts.mpv-radio
|
scripts.mpv-radio
|
||||||
# kmein.slide
|
# kmein.slide
|
||||||
|
termdown
|
||||||
scripts.tolino-screensaver
|
scripts.tolino-screensaver
|
||||||
scripts.rfc
|
scripts.rfc
|
||||||
scripts.tag
|
scripts.tag
|
||||||
|
|||||||
Reference in New Issue
Block a user