mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-26 06:08:35 +01:00
Merge branch 'master' of github.com:eoli3n/dotfiles into master
This commit is contained in:
commit
9db69d8227
1
TODO
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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user