keyboard goop + better background (for me)
This commit is contained in:
parent
77144a920e
commit
7307c46bc3
7
Makefile
7
Makefile
@ -3,10 +3,12 @@ SUDO ?= sudo
|
|||||||
TOP_SOURCES := $(shell git ls-files | grep -vE 'README|Makefile|^config|^\.git|^\.travis' | grep -v /)
|
TOP_SOURCES := $(shell git ls-files | grep -vE 'README|Makefile|^config|^\.git|^\.travis' | grep -v /)
|
||||||
CONFIG_SOURCES := $(shell git ls-files config)
|
CONFIG_SOURCES := $(shell git ls-files config)
|
||||||
LOCAL_BIN_SOURCES := $(shell git ls-files local/bin)
|
LOCAL_BIN_SOURCES := $(shell git ls-files local/bin)
|
||||||
|
LOCAL_BG_SOURCES := $(shell git ls-files local/share/backgrounds)
|
||||||
TARGETS := \
|
TARGETS := \
|
||||||
$(patsubst %,$(HOME)/.%,$(TOP_SOURCES)) \
|
$(patsubst %,$(HOME)/.%,$(TOP_SOURCES)) \
|
||||||
$(patsubst %,$(HOME)/.%,$(CONFIG_SOURCES)) \
|
$(patsubst %,$(HOME)/.%,$(CONFIG_SOURCES)) \
|
||||||
$(patsubst %,$(HOME)/.%,$(LOCAL_BIN_SOURCES)) \
|
$(patsubst %,$(HOME)/.%,$(LOCAL_BIN_SOURCES)) \
|
||||||
|
$(patsubst %,$(HOME)/.%,$(LOCAL_BG_SOURCES)) \
|
||||||
$(HOME)/.config/i3/config \
|
$(HOME)/.config/i3/config \
|
||||||
/etc/udev/rules.d/90-trackman-marble.rules \
|
/etc/udev/rules.d/90-trackman-marble.rules \
|
||||||
/usr/local/bin/handle-trackman-marble
|
/usr/local/bin/handle-trackman-marble
|
||||||
@ -15,7 +17,7 @@ $(HOME)/.%: %
|
|||||||
$(RM) '$@' && mkdir -p $(dir $@) && ln -svf '$(PWD)/$^' '$@'
|
$(RM) '$@' && mkdir -p $(dir $@) && ln -svf '$(PWD)/$^' '$@'
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: $(HOME)/.config $(HOME)/.local/bin $(TARGETS)
|
all: $(HOME)/.config $(HOME)/.local/bin $(HOME)/.local/share/backgrounds $(TARGETS)
|
||||||
|
|
||||||
$(HOME)/.config:
|
$(HOME)/.config:
|
||||||
mkdir -p $@
|
mkdir -p $@
|
||||||
@ -23,6 +25,9 @@ $(HOME)/.config:
|
|||||||
$(HOME)/.local/bin:
|
$(HOME)/.local/bin:
|
||||||
mkdir -p $@
|
mkdir -p $@
|
||||||
|
|
||||||
|
$(HOME)/.local/share/backgrounds:
|
||||||
|
mkdir -p $@
|
||||||
|
|
||||||
/etc/udev/rules.d/90-trackman-marble.rules: udev/rules.d/90-trackman-marble.rules
|
/etc/udev/rules.d/90-trackman-marble.rules: udev/rules.d/90-trackman-marble.rules
|
||||||
$(SUDO) install -m 0644 -v udev/rules.d/90-trackman-marble.rules $@
|
$(SUDO) install -m 0644 -v udev/rules.d/90-trackman-marble.rules $@
|
||||||
|
|
||||||
|
@ -8,7 +8,7 @@ set $right l
|
|||||||
|
|
||||||
set $menu wofi --show=run
|
set $menu wofi --show=run
|
||||||
|
|
||||||
output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill
|
output * bg ~/.local/share/backgrounds/hubble-extreme-deep-field-1214a-1920x1675.jpg fill
|
||||||
|
|
||||||
# Start a terminal
|
# Start a terminal
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
@ -143,8 +143,7 @@ exec swayidle -w \
|
|||||||
before-sleep 'swaylock -f -c 000000'
|
before-sleep 'swaylock -f -c 000000'
|
||||||
|
|
||||||
input "type:keyboard" {
|
input "type:keyboard" {
|
||||||
xkb_layout us
|
xkb_layout us(dvorak),us
|
||||||
xkb_variant dvorak
|
|
||||||
}
|
}
|
||||||
|
|
||||||
input "type:touchpad" {
|
input "type:touchpad" {
|
||||||
|
Binary file not shown.
After Width: | Height: | Size: 1.8 MiB |
Loading…
Reference in New Issue
Block a user