This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Debugger entered--Lisp error: (wrong-type-argument stringp nil) | |
compare-strings(nil 0 0 "/home/andnils/Projects/Clojure/honkers/src/honkers/core.clj" 0 0 nil) | |
string-prefix-p(nil "/home/andnils/Projects/Clojure/honkers/src/honkers/core.clj") | |
mapc | |
seq-do | |
seq-find | |
sesman-friendly-session-p | |
mapcar | |
apply | |
seq-map |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
general { | |
colors = true | |
interval = 5 | |
color_good = "#48b9c7" | |
color_bad = "#f15d22" | |
color_degraded = "#faa41a" | |
output_format = "i3bar" | |
} | |
run_watch nginx { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
set $mod Mod4 | |
# font pango:Ubuntu Mono 16 | |
font pango:Fira Sans SemiBold 16 | |
floating_modifier $mod | |
bindsym $mod+Return exec i3-sensible-terminal | |
bindsym $mod+Shift+q kill | |
bindsym $mod+d exec dmenu_run -fn "Ubuntu Mono-18" |