sway: fix annoyances
This commit is contained in:
parent
8408c59b79
commit
50995f7911
2 changed files with 7 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{home-manager, ...}: {
|
||||
{...}: {
|
||||
home-manager.users.caspervk = {
|
||||
wayland.windowManager.sway = {
|
||||
config = {
|
||||
|
@ -7,6 +7,7 @@
|
|||
"ASUSTek COMPUTER INC ROG XG27AQ M3LMQS370969" = {
|
||||
mode = "2560x1440@144.006Hz";
|
||||
position = "0,0";
|
||||
adaptive_sync = "on";
|
||||
};
|
||||
"BNQ BenQ XL2411Z SCD06385SL0" = {
|
||||
mode = "1920x1080@144.001Hz";
|
||||
|
@ -14,6 +15,10 @@
|
|||
};
|
||||
};
|
||||
workspaceOutputAssign = [
|
||||
{
|
||||
workspace = "1";
|
||||
output = "DP-1";
|
||||
}
|
||||
{
|
||||
workspace = "9";
|
||||
output = "DP-2";
|
||||
|
|
|
@ -82,7 +82,7 @@
|
|||
"XF86AudioPrev" = "exec 'playerctl previous'";
|
||||
};
|
||||
assigns = {
|
||||
"9" = [{class = "Spotify";}];
|
||||
"9" = [{app_id = "spotify";}];
|
||||
};
|
||||
floating = {
|
||||
criteria = [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue