mirror of
https://github.com/youwen5/nixos.git
synced 2024-11-25 02:03:51 -08:00
51 lines
1.3 KiB
Diff
51 lines
1.3 KiB
Diff
|
From 4eff224a7f6f4baa5600f687d6f2ef4ad8340ad3 Mon Sep 17 00:00:00 2001
|
||
|
From: Ali Atashrooz <atashroozarash@gmail.com>
|
||
|
Date: Wed, 21 Aug 2024 13:54:02 +0330
|
||
|
Subject: [PATCH 13/20] example/config: fix typo in default config (#7446)
|
||
|
|
||
|
* Update hyprland.conf
|
||
|
|
||
|
* Update defaultConfig.hpp
|
||
|
---
|
||
|
example/hyprland.conf | 6 +++---
|
||
|
src/config/defaultConfig.hpp | 6 +++---
|
||
|
2 files changed, 6 insertions(+), 6 deletions(-)
|
||
|
|
||
|
diff --git a/example/hyprland.conf b/example/hyprland.conf
|
||
|
index f69309c2..d55d25fd 100644
|
||
|
--- a/example/hyprland.conf
|
||
|
+++ b/example/hyprland.conf
|
||
|
@@ -169,9 +169,9 @@ device {
|
||
|
}
|
||
|
|
||
|
|
||
|
-####################
|
||
|
-### KEYBINDINGSS ###
|
||
|
-####################
|
||
|
+###################
|
||
|
+### KEYBINDINGS ###
|
||
|
+###################
|
||
|
|
||
|
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||
|
$mainMod = SUPER # Sets "Windows" key as main modifier
|
||
|
diff --git a/src/config/defaultConfig.hpp b/src/config/defaultConfig.hpp
|
||
|
index 98b617d0..59265fee 100644
|
||
|
--- a/src/config/defaultConfig.hpp
|
||
|
+++ b/src/config/defaultConfig.hpp
|
||
|
@@ -182,9 +182,9 @@ device {
|
||
|
}
|
||
|
|
||
|
|
||
|
-####################
|
||
|
-### KEYBINDINGSS ###
|
||
|
-####################
|
||
|
+###################
|
||
|
+### KEYBINDINGS ###
|
||
|
+###################
|
||
|
|
||
|
# See https://wiki.hyprland.org/Configuring/Keywords/
|
||
|
$mainMod = SUPER # Sets "Windows" key as main modifier
|
||
|
--
|
||
|
2.45.2
|
||
|
|