Reorganize files, use less extra options on Sway, move session commands to home-manager
This commit is contained in:
parent
5cdd7b1de8
commit
ee3b40f61f
25 changed files with 64 additions and 107 deletions
7
modules/home/wms/sway/extra/default.nix
Normal file
7
modules/home/wms/sway/extra/default.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ config, ... }:
|
||||
{
|
||||
wayland.windowManager.sway.extraConfig = ''
|
||||
titlebar_padding 10 1
|
||||
primary_selection disabled
|
||||
'';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue