aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-12-21 14:37:59 +0530
committerVidhu Kant Sharma <bokuwakanojogahoshii@yahoo.com>2020-12-21 14:37:59 +0530
commit7a2e26072e9a555a23fbfeafc1ce1975191a4108 (patch)
tree5680e7220ad6f70a3984ccc00c57dba1980062d3
parent1a834d4e354b2afb62a8468ccbd3bb220dd353d7 (diff)
configured .gitignore so now only the useful files get added
-rw-r--r--.gitignore13
-rw-r--r--awesome/theme.lua2
-rwxr-xr-xsxhkd/sxhkdrc3
3 files changed, 17 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..f912720c
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,13 @@
+# ignore everything
+*
+# except these
+!.gitignore
+!awesome
+!deadd
+!herbstluftwm
+!picom.conf
+!starship.toml
+!startpage
+!sxhkd
+!XMonad
+!zsh
diff --git a/awesome/theme.lua b/awesome/theme.lua
index 70507fa0..bb113efe 100644
--- a/awesome/theme.lua
+++ b/awesome/theme.lua
@@ -9,7 +9,7 @@ local theme = {}
theme.font = "Source Han Sans JP 9"--:style=Regular" -- "Ubuntu:style=Light 10" -- "sans 8"
-theme.bg_normal = "#444444" -- 6c7164
+theme.bg_normal = "#171520" -- 6c7164
theme.bg_focus = "#d33682"
theme.bg_urgent = "#dc322f"
theme.bg_minimize = "#6c71ff" -- 444444
diff --git a/sxhkd/sxhkdrc b/sxhkd/sxhkdrc
index 4425de23..13f5bc94 100755
--- a/sxhkd/sxhkdrc
+++ b/sxhkd/sxhkdrc
@@ -4,6 +4,9 @@
super + shift + x
killall sxhkd && sxhkd &
+super + shift + w
+ nitrogen --restore
+
super + Return
st