1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-26 14:13:53 +01:00

Merge branch 'master' of github.com:eoli3n/dotfiles into master

This commit is contained in:
eoli3n 2020-09-30 10:49:55 +02:00
commit 9db69d8227
3 changed files with 7 additions and 6 deletions

1
TODO

@ -13,7 +13,6 @@
- copy/paste kitty->firefox remove '\n' ?
- change kitty block char when unused term
- $PATH with ~/bin not working
- win+maj+r to reload sway conf fucks display layout
- disable tooltip on waybar modules
# ISSUES

@ -1,14 +1,14 @@
#INCLUDE####################################################
# output configuration
set $laptop "eDP-1"
set $screen "DP-3"
set $proj "DP-2"
set $screen "DP-6"
set $proj "DP-5"
#output $laptop pos 1920 1330 res 1920x1080 scale 1.4
#output $screen pos 0 1080 res 1920x1080
#output $proj pos 0 0 res 1920x1080
output $laptop pos 3840 309 res 1920x1080 scale 1.4
output $screen pos 1920 0 res 1920x1080
output $proj pos 0 0 res 1920x1080
output $screen pos 0 1080 res 1920x1080
output $laptop pos 1920 1387 res 1920x1080 scale 1.4
# dpms
output * dpms on

@ -108,8 +108,10 @@ window {
#custom-storage.warning {
color: @warning;
background: @background;
}
#custom-storage.critical {
color: @alert;
background: @background;
}