FIX xman still needs to run on any desktop
This commit is contained in:
parent
927be840a4
commit
3881796b8c
|
@ -10,14 +10,12 @@
|
|||
.config/xmonad:
|
||||
type: git-repo
|
||||
url: https://github.com/ndwarshuis/xmonad-config.git
|
||||
.config/xman:
|
||||
type: git-repo
|
||||
url: https://github.com/ndwarshuis/xman.git
|
||||
{{- end }}
|
||||
{{- if ne .features.conky_alias "none" }}
|
||||
.config/conky:
|
||||
type: git-repo
|
||||
url: https://github.com/ndwarshuis/universal-conky.git
|
||||
{{- end }}
|
||||
{{- if .features.virtualbox }}
|
||||
.config/xman:
|
||||
type: git-repo
|
||||
url: https://github.com/ndwarshuis/xman.git
|
||||
{{- end }}
|
||||
|
|
|
@ -18,6 +18,4 @@ export STACK_ROOT={{ .paths.stack }}
|
|||
|
||||
run_stack_in_dir ~/.config/rofi-extras
|
||||
run_stack_in_dir ~/.config/xmonad
|
||||
{{ if .features.virtualbox -}}
|
||||
run_stack_in_dir ~/.config/xman
|
||||
{{- end }}
|
||||
|
|
|
@ -15,7 +15,6 @@ fi
|
|||
|
||||
setxkbmap hypermode
|
||||
|
||||
{{ if .features.virtualbox -}}
|
||||
KEYS="Control_L=Escape"
|
||||
KEYS="$KEYS;Control_R=Return"
|
||||
KEYS="$KEYS;Super_L=Tab"
|
||||
|
@ -23,7 +22,6 @@ KEYS="$KEYS;Super_R=backslash"
|
|||
KEYS="$KEYS;Alt_R=space"
|
||||
KEYS="$KEYS;ISO_Level3_Shift=XF86Search"
|
||||
xman -t 500 "$KEYS" "^VirtualBox Machine$" &
|
||||
{{- end }}
|
||||
|
||||
# TODO put xmonad-specific stuff in its own script
|
||||
tmuxctl start
|
||||
|
|
|
@ -1,10 +0,0 @@
|
|||
Config {
|
||||
maxHistoryLength = 100000,
|
||||
historyPath = "{{ .paths.cache }}/greenclip.history",
|
||||
staticHistoryPath = "{{ .paths.cache }}/greenclip.staticHistory",
|
||||
imageCachePath = "/tmp/greenclip/",
|
||||
usePrimarySelectionAsInput = False,
|
||||
blacklistedApps = [],
|
||||
trimSpaceFromSelection = True,
|
||||
enableImageSupport = True
|
||||
}
|
|
@ -0,0 +1,10 @@
|
|||
[greenclip]
|
||||
blacklisted_applications = []
|
||||
enable_image_support = true
|
||||
image_cache_directory = "/tmp/greenclip/"
|
||||
history_file = "{{ .paths.cache }}/greenclip.history"
|
||||
max_history_length = 100000
|
||||
max_selection_size_bytes = 0
|
||||
static_history = []
|
||||
trim_space_from_selection = true
|
||||
use_primary_selection_as_input = false
|
Loading…
Reference in New Issue