mirror of
https://github.com/nmasur/dotfiles
synced 2024-11-22 20:25:38 +00:00
piper and xrandr fixes
This commit is contained in:
parent
82d5c72a7d
commit
62f74cdf4a
@ -55,6 +55,9 @@
|
|||||||
libinput.mouse.accelSpeed = "3.0";
|
libinput.mouse.accelSpeed = "3.0";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Mouse config
|
||||||
|
services.ratbagd.enable = true;
|
||||||
|
|
||||||
# Configure keymap in X11
|
# Configure keymap in X11
|
||||||
services.xserver.layout = "us";
|
services.xserver.layout = "us";
|
||||||
services.xserver.xkbOptions = "eurosign:e,caps:swapescape";
|
services.xserver.xkbOptions = "eurosign:e,caps:swapescape";
|
||||||
@ -83,15 +86,21 @@
|
|||||||
/* script = "${pkgs.pavucontrol}/bin/pavucontrol"; */
|
/* script = "${pkgs.pavucontrol}/bin/pavucontrol"; */
|
||||||
/* }; */
|
/* }; */
|
||||||
|
|
||||||
#services.xrandr.xrandrHeads = [
|
|
||||||
# "HDMI-0"
|
|
||||||
#];
|
|
||||||
services.xserver.displayManager.setupCommands = ''
|
services.xserver.displayManager.setupCommands = ''
|
||||||
LEFT='HDMI-0'
|
${pkgs.xorg.xrandr}/bin/xrandr --output DisplayPort-0 \
|
||||||
RIGHT='DisplayPort-0'
|
--mode 1920x1200 \
|
||||||
${pkgs.xorg.xrandr}/bin/xrandr --output $LEFT --primary --output $RIGHT --right-of $LEFT --rotate left
|
--pos 1920x0 \
|
||||||
|
--rotate left \
|
||||||
|
--output HDMI-0 \
|
||||||
|
--primary \
|
||||||
|
--mode 1920x1080 \
|
||||||
|
--pos 0x559 \
|
||||||
|
--rotate normal \
|
||||||
|
--output DVI-0 --off \
|
||||||
|
--output DVI-1 --off \
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
||||||
# Install fonts
|
# Install fonts
|
||||||
fonts.fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
fira-code
|
fira-code
|
||||||
@ -149,8 +158,9 @@
|
|||||||
curl
|
curl
|
||||||
home-manager
|
home-manager
|
||||||
just
|
just
|
||||||
/* pavucontrol */
|
|
||||||
libratbag
|
libratbag
|
||||||
|
pavucontrol
|
||||||
|
piper
|
||||||
];
|
];
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
|
Loading…
Reference in New Issue
Block a user