diff --git a/base.nim b/base.nim index 07a3163..5e43cdd 100644 --- a/base.nim +++ b/base.nim @@ -136,8 +136,8 @@ proc debugLog*(str: string) = proc switchTwmMode*(mode: string = "default") = # I intend to add support for more twm as time goes on (I switch around a lot) # Switch out of an i3 bindsym mode if set - discard execCmd("i3-msg mode \"" & mode & "\"") discard execCmd("sway mode \"" & mode & "\"") + discard execCmd("i3-msg mode \"" & mode & "\"") proc checkWayland() = if getEnv("XDG_SESSION_TYPE") == "wayland": diff --git a/file.png b/file.png deleted file mode 100644 index 57fe2b6..0000000 Binary files a/file.png and /dev/null differ diff --git a/screenshot.png b/screenshot.png deleted file mode 100644 index e299782..0000000 Binary files a/screenshot.png and /dev/null differ