Added rofi config.
Its pretty empty
This commit is contained in:
parent
7b7ea0a5a5
commit
4a7e1e6c5a
1
rofi/config
Normal file
1
rofi/config
Normal file
|
@ -0,0 +1 @@
|
|||
rofi.font: FiraCode 10
|
18
rofi/makefile
Normal file
18
rofi/makefile
Normal file
|
@ -0,0 +1,18 @@
|
|||
SRC := $(shell dirname $(realpath $(lastword $(MAKEFILE_LIST))))
|
||||
|
||||
include ../lib/shared.mk
|
||||
TARGET := $(XDG_DIR)/rofi
|
||||
|
||||
install: | init update
|
||||
|
||||
init:
|
||||
ifeq ($(call cmd_exist,rofi), true)
|
||||
$(info => Setting up rofi)
|
||||
$(mk_link) $(SRC) $(TARGET)
|
||||
endif
|
||||
|
||||
update:
|
||||
|
||||
remove:
|
||||
$(info => Remvoing rofi)
|
||||
$(rm_link) $(TARGET)
|
Loading…
Reference in New Issue
Block a user