mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
Added laptop wallpaper. Fixed up sway for laptop.
This commit is contained in:
parent
f2eb255ba5
commit
0bccd3154c
4 changed files with 16 additions and 9 deletions
|
|
@ -20,6 +20,7 @@ in {
|
|||
pkgs.mpv
|
||||
pkgs.mumble
|
||||
pkgs.obs-studio
|
||||
pkgs.xfce.ristretto
|
||||
pkgs.avidemux
|
||||
pkgs.gnome3.networkmanagerapplet
|
||||
pkgs.vlc
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ in {
|
|||
home-manager.users.kat = {
|
||||
programs.kitty = {
|
||||
enable = true;
|
||||
font.name = "Iosevka Term";
|
||||
font.name = "Hack Nerd Font";
|
||||
settings = {
|
||||
font_size = "10.0";
|
||||
background = colors.black;
|
||||
|
|
@ -73,20 +73,26 @@ in {
|
|||
pos = "3840 0";
|
||||
bg = "${./right.jpg} fill";
|
||||
};
|
||||
laptop = {
|
||||
res = "1920x1080";
|
||||
pos = "0 0";
|
||||
bg = "${./laptop.jpg} fill";
|
||||
};
|
||||
in {
|
||||
"DP-1" = left;
|
||||
"DVI-D-1" = middle;
|
||||
"HDMI-A-1" = right;
|
||||
"eDP-1" = laptop;
|
||||
};
|
||||
|
||||
input = {
|
||||
# "1739:0:Synaptics_TM3075-002" = {
|
||||
# dwt = "enabled";
|
||||
# tap = "enabled";
|
||||
# natural_scroll = "enabled";
|
||||
# middle_emulation = "enabled";
|
||||
# click_method = "clickfinger";
|
||||
# };
|
||||
"1739:33362:Synaptics_TM3336-002" = {
|
||||
dwt = "enabled";
|
||||
tap = "enabled";
|
||||
natural_scroll = "enabled";
|
||||
middle_emulation = "enabled";
|
||||
click_method = "clickfinger";
|
||||
};
|
||||
"*" = {
|
||||
xkb_layout = "gb";
|
||||
# xkb_variant = "nodeadkeys";
|
||||
|
|
|
|||
BIN
config/profiles/sway/laptop.jpg
Normal file
BIN
config/profiles/sway/laptop.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 451 KiB |
Loading…
Add table
Add a link
Reference in a new issue