diff --git a/dot_config/bspwm/executable_bspwmrc.tmpl b/dot_config/bspwm/executable_bspwmrc.tmpl index c1bb759..4f19d4b 100644 --- a/dot_config/bspwm/executable_bspwmrc.tmpl +++ b/dot_config/bspwm/executable_bspwmrc.tmpl @@ -1,14 +1,19 @@ #!/bin/bash {{ if (or (eq .chezmoi.hostname "helix") (eq .chezmoi.hostname "triangulum")) }} bspc monitor eDP-1 -d 1 2 3 4 5 6 7 8 9 10 -{{ end }} +{{- end }} {{ if eq .chezmoi.hostname "hydrus"}} bspc monitor DP-0 -d 1 2 3 4 5 bspc monitor DVI-I-1 -d 6 7 8 9 10 {{ end }} bspc config border_width 2 +{{- if eq .chezmoi.hostname "helix" }} bspc config window_gap 10 bspc config top_padding 70 +{{ else }} +bspc config window_gap 5 +bspc config top_padding 38 +{{- end}} bspc config bottom_padding 0 bspc config split_ratio 0.50 bspc config borderless_monocle true diff --git a/dot_config/sxhkd/sxhkdrc b/dot_config/sxhkd/executable_sxhkdrc.tmpl similarity index 95% rename from dot_config/sxhkd/sxhkdrc rename to dot_config/sxhkd/executable_sxhkdrc.tmpl index c452c0c..48daf4f 100644 --- a/dot_config/sxhkd/sxhkdrc +++ b/dot_config/sxhkd/executable_sxhkdrc.tmpl @@ -5,17 +5,22 @@ # terminal emulator super + Return kitty +{{ if eq .chezmoi.hostname "helix"}} +# power menu +super + @End + rofi -dpi 240 -show power-menu -modi power-menu:/usr/bin/rofi-power-menu # program launcher super + @space rofi -dpi 240 -modi drun, run -show drun -show-icons - +{{ else }} # power menu -{{- if eq .chezmoi.hostname "helix"}} super + @End - rofi -dpi 240 -show power-menu -modi power-menu:/usr/bin/rofi-power-menu -{{- else }} - rofi -show power-menu -modi power-menu:/usr/bin/rofi-power-menu + rofi -show power-menu -modi power-menu:/usr/bin/rofi-power-menu + +# program launcher +super + @space + rofi -modi drun, run -show drun -show-icons {{ end }} # make sxhkd reload its configuration files: super + Escape