add configuration files for hosts

This commit is contained in:
Yorick Barbanneau 2019-09-03 13:08:47 +02:00
parent 59fc963803
commit fbedb0782f
3 changed files with 8 additions and 3 deletions

View file

@ -0,0 +1,3 @@
set $term termite
output * bg ~/Documents/ressources/wallpapers/building_cyberpunk.jpg fill

View file

@ -0,0 +1,2 @@
set $term kitty
output eDP-1 scale 2

View file

@ -3,7 +3,6 @@ set $left h
set $down j
set $up k
set $right l
set $term termite
set $menu rofi -location 0 -show combi ~/.config/i3/rofi.config
gaps inner 5
@ -149,13 +148,14 @@ title_align center
client.focused #f268b3 #a82d70 #ffffff #f268b3 #f268b3
client.unfocused #000000 #4d3d46 #cccccc #000000 #000000
output * bg ~/Documents/ressources/wallpapers/building_cyberpunk.jpg fill
# Status Bar:
bar {
swaybar_command waybar
}
# Include configuration by hostname
include ~/.config/sway/config.d/`hostname`.config
# Automatic startup
# -----------------
exec_always import-gsettings.sh \