From 80dde9cfcceb2c33d5a6fd44c7218ff423964b33 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?B=C3=A1lint=20R=C3=A9thelyi?= <rethelyibalint@gmail.com>
Date: Thu, 26 Nov 2020 23:35:37 +0100
Subject: [PATCH] fix lock bg

---
 .config/sway/.idea/.gitignore                     |  5 +++++
 .config/sway/.idea/codeStyles/codeStyleConfig.xml |  5 +++++
 .config/sway/.idea/modules.xml                    |  8 ++++++++
 .config/sway/.idea/sway.iml                       | 12 ++++++++++++
 .config/sway/conf.d/sleep                         |  2 +-
 5 files changed, 31 insertions(+), 1 deletion(-)
 create mode 100644 .config/sway/.idea/.gitignore
 create mode 100644 .config/sway/.idea/codeStyles/codeStyleConfig.xml
 create mode 100644 .config/sway/.idea/modules.xml
 create mode 100644 .config/sway/.idea/sway.iml

diff --git a/.config/sway/.idea/.gitignore b/.config/sway/.idea/.gitignore
new file mode 100644
index 0000000..b58b603
--- /dev/null
+++ b/.config/sway/.idea/.gitignore
@@ -0,0 +1,5 @@
+# Default ignored files
+/shelf/
+/workspace.xml
+# Editor-based HTTP Client requests
+/httpRequests/
diff --git a/.config/sway/.idea/codeStyles/codeStyleConfig.xml b/.config/sway/.idea/codeStyles/codeStyleConfig.xml
new file mode 100644
index 0000000..a55e7a1
--- /dev/null
+++ b/.config/sway/.idea/codeStyles/codeStyleConfig.xml
@@ -0,0 +1,5 @@
+<component name="ProjectCodeStyleConfiguration">
+  <state>
+    <option name="PREFERRED_PROJECT_CODE_STYLE" value="Default" />
+  </state>
+</component>
\ No newline at end of file
diff --git a/.config/sway/.idea/modules.xml b/.config/sway/.idea/modules.xml
new file mode 100644
index 0000000..c41d5da
--- /dev/null
+++ b/.config/sway/.idea/modules.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<project version="4">
+  <component name="ProjectModuleManager">
+    <modules>
+      <module fileurl="file://$PROJECT_DIR$/.idea/sway.iml" filepath="$PROJECT_DIR$/.idea/sway.iml" />
+    </modules>
+  </component>
+</project>
\ No newline at end of file
diff --git a/.config/sway/.idea/sway.iml b/.config/sway/.idea/sway.iml
new file mode 100644
index 0000000..24643cc
--- /dev/null
+++ b/.config/sway/.idea/sway.iml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<module type="WEB_MODULE" version="4">
+  <component name="NewModuleRootManager">
+    <content url="file://$MODULE_DIR$">
+      <excludeFolder url="file://$MODULE_DIR$/.tmp" />
+      <excludeFolder url="file://$MODULE_DIR$/temp" />
+      <excludeFolder url="file://$MODULE_DIR$/tmp" />
+    </content>
+    <orderEntry type="inheritedJdk" />
+    <orderEntry type="sourceFolder" forTests="false" />
+  </component>
+</module>
\ No newline at end of file
diff --git a/.config/sway/conf.d/sleep b/.config/sway/conf.d/sleep
index e7b119b..15fe87d 100644
--- a/.config/sway/conf.d/sleep
+++ b/.config/sway/conf.d/sleep
@@ -1,4 +1,4 @@
-set $lock 'swaylock -f -i ~/Pictures/bg/cheatah.png'
+set $lock 'swaylock -f -i ~/Pictures/bg/cheetah.png'
 
 exec swayidle -w \
          timeout 300 $lock \
-- 
GitLab