Update
This commit is contained in:
@@ -20,7 +20,7 @@ in {
|
||||
enable = true;
|
||||
config = {
|
||||
startup = [
|
||||
{ command = "swaybg -i ~/wallpapers/wallpaper.jpg"; }
|
||||
{command = "swaybg -i ~/wallpapers/wallpaper.jpg";}
|
||||
];
|
||||
bars = [
|
||||
{
|
||||
@@ -32,7 +32,10 @@ in {
|
||||
xkb_layout = "gb";
|
||||
xkb_options = "caps:escape";
|
||||
tap = "enabled";
|
||||
natural_scroll = if hostname == "sidon" then "disabled" else "enabled";
|
||||
natural_scroll =
|
||||
if hostname == "sidon"
|
||||
then "disabled"
|
||||
else "enabled";
|
||||
};
|
||||
"type:pointer" = {
|
||||
accel_profile = "flat";
|
||||
|
||||
Reference in New Issue
Block a user