some fixes
This commit is contained in:
parent
774b465161
commit
996d1982a7
@ -28,4 +28,12 @@
|
|||||||
deviceSpecific.wireguard.enable = true;
|
deviceSpecific.wireguard.enable = true;
|
||||||
|
|
||||||
hardware.video.hidpi.enable = lib.mkForce false;
|
hardware.video.hidpi.enable = lib.mkForce false;
|
||||||
|
|
||||||
|
services.xserver.config = ''
|
||||||
|
Section "InputClass"
|
||||||
|
Identifier "C-Media USB Headphone Set"
|
||||||
|
MatchUSBID "0d8c:000c"
|
||||||
|
Option "Ignore" "true"
|
||||||
|
EndSection
|
||||||
|
'';
|
||||||
}
|
}
|
||||||
|
@ -38,7 +38,7 @@
|
|||||||
messenger.cmd
|
messenger.cmd
|
||||||
"${pkgs.keepassxc}/bin/keepassxc --keyfile=/home/alukard/.passwords.key /home/alukard/nixos-config/misc/Passwords.kdbx"
|
"${pkgs.keepassxc}/bin/keepassxc --keyfile=/home/alukard/.passwords.key /home/alukard/nixos-config/misc/Passwords.kdbx"
|
||||||
"${term.cmd} -e spt"
|
"${term.cmd} -e spt"
|
||||||
"${pkgs.feh}/bin/feh --bg-fill $HOME/nixos-config/misc/wallpaper"
|
"${pkgs.feh}/bin/feh --bg-fill ${/. + ../misc/wallpaper}"
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
|
@ -11,11 +11,10 @@ in {
|
|||||||
package = pkgs.i3-gaps;
|
package = pkgs.i3-gaps;
|
||||||
config = rec {
|
config = rec {
|
||||||
assigns = {
|
assigns = {
|
||||||
# "" = [
|
"" = [
|
||||||
# { class = "Spotify"; }
|
{ class = "spotify"; }
|
||||||
# { class = "PulseEffects"; }
|
{ title = "spt"; }
|
||||||
# { title = "spt"; }
|
];
|
||||||
# ];
|
|
||||||
"" = [
|
"" = [
|
||||||
{ class = "^Telegram"; }
|
{ class = "^Telegram"; }
|
||||||
];
|
];
|
||||||
@ -81,7 +80,7 @@ in {
|
|||||||
"${modifier}+w" = "exec ${apps.dmenu.cmd}";
|
"${modifier}+w" = "exec ${apps.dmenu.cmd}";
|
||||||
"${modifier}+Return" = "exec ${apps.term.cmd}";
|
"${modifier}+Return" = "exec ${apps.term.cmd}";
|
||||||
"${modifier}+e" = "exec ${apps.editor.cmd}";
|
"${modifier}+e" = "exec ${apps.editor.cmd}";
|
||||||
# "${modifier}+l" = "layout toggle all";
|
"${modifier}+o" = "layout toggle all";
|
||||||
|
|
||||||
"${modifier}+Left" = "focus child; focus left";
|
"${modifier}+Left" = "focus child; focus left";
|
||||||
"${modifier}+Right" = "focus child; focus right";
|
"${modifier}+Right" = "focus child; focus right";
|
||||||
@ -96,6 +95,9 @@ in {
|
|||||||
"${modifier}+Shift+Right" = "move right";
|
"${modifier}+Shift+Right" = "move right";
|
||||||
"${modifier}+Shift+Left" = "move left";
|
"${modifier}+Shift+Left" = "move left";
|
||||||
|
|
||||||
|
"${modifier}+bracketleft" = "workspace prev";
|
||||||
|
"${modifier}+bracketright" = "workspace next";
|
||||||
|
|
||||||
"${modifier}+f" = "fullscreen toggle";
|
"${modifier}+f" = "fullscreen toggle";
|
||||||
"${modifier}+r" = "mode resize";
|
"${modifier}+r" = "mode resize";
|
||||||
"${modifier}+Shift+f" = "floating toggle";
|
"${modifier}+Shift+f" = "floating toggle";
|
||||||
@ -105,6 +107,9 @@ in {
|
|||||||
"${modifier}+k" = "exec ${pkgs.playerctl}/bin/playerctl play-pause";
|
"${modifier}+k" = "exec ${pkgs.playerctl}/bin/playerctl play-pause";
|
||||||
"${modifier}+l" = "exec ${pkgs.playerctl}/bin/playerctl next";
|
"${modifier}+l" = "exec ${pkgs.playerctl}/bin/playerctl next";
|
||||||
"${modifier}+m" = "exec ${pkgs.pamixer}/bin/pamixer -t";
|
"${modifier}+m" = "exec ${pkgs.pamixer}/bin/pamixer -t";
|
||||||
|
"${modifier}+comma" = "exec ${pkgs.pamixer}/bin/pamixer -i 5";
|
||||||
|
"${modifier}+period" = "exec ${pkgs.pamixer}/bin/pamixer -d 5";
|
||||||
|
"${modifier}+i" = "exec ${pkgs.pavucontrol}/bin/pavucontrol";
|
||||||
|
|
||||||
"${modifier}+d" = "exec ${apps.fm.cmd}";
|
"${modifier}+d" = "exec ${apps.fm.cmd}";
|
||||||
"${modifier}+y" = "exec ${pkgs.youtube-to-mpv}/bin/yt-mpv";
|
"${modifier}+y" = "exec ${pkgs.youtube-to-mpv}/bin/yt-mpv";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user