mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-29 17:18:13 +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' ?
|
- copy/paste kitty->firefox remove '\n' ?
|
||||||
- change kitty block char when unused term
|
- change kitty block char when unused term
|
||||||
- $PATH with ~/bin not working
|
- $PATH with ~/bin not working
|
||||||
- win+maj+r to reload sway conf fucks display layout
|
|
||||||
- disable tooltip on waybar modules
|
- disable tooltip on waybar modules
|
||||||
|
|
||||||
# ISSUES
|
# ISSUES
|
||||||
|
@ -1,14 +1,14 @@
|
|||||||
#INCLUDE####################################################
|
#INCLUDE####################################################
|
||||||
# output configuration
|
# output configuration
|
||||||
set $laptop "eDP-1"
|
set $laptop "eDP-1"
|
||||||
set $screen "DP-3"
|
set $screen "DP-6"
|
||||||
set $proj "DP-2"
|
set $proj "DP-5"
|
||||||
#output $laptop pos 1920 1330 res 1920x1080 scale 1.4
|
#output $laptop pos 1920 1330 res 1920x1080 scale 1.4
|
||||||
#output $screen pos 0 1080 res 1920x1080
|
#output $screen pos 0 1080 res 1920x1080
|
||||||
#output $proj pos 0 0 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 $proj pos 0 0 res 1920x1080
|
||||||
|
output $screen pos 0 1080 res 1920x1080
|
||||||
|
output $laptop pos 1920 1387 res 1920x1080 scale 1.4
|
||||||
|
|
||||||
# dpms
|
# dpms
|
||||||
output * dpms on
|
output * dpms on
|
||||||
|
@ -108,8 +108,10 @@ window {
|
|||||||
|
|
||||||
#custom-storage.warning {
|
#custom-storage.warning {
|
||||||
color: @warning;
|
color: @warning;
|
||||||
|
background: @background;
|
||||||
}
|
}
|
||||||
|
|
||||||
#custom-storage.critical {
|
#custom-storage.critical {
|
||||||
color: @alert;
|
color: @alert;
|
||||||
}
|
background: @background;
|
||||||
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user