Compare commits
6 Commits
7d646e2bb0
...
icz/dell
| Author | SHA1 | Date | |
|---|---|---|---|
| b871dedb5c | |||
| c309ecdbb8 | |||
| 68874f46a0 | |||
| c3c4ef8bc1 | |||
| 2f07de753b | |||
| 60a2a61eab |
9
.config/Simple-Signer/settings.ini
Normal file
9
.config/Simple-Signer/settings.ini
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
[settings]
|
||||||
|
cert-path = /home/fr/ICZUser_251118.pfx
|
||||||
|
stamp-path =
|
||||||
|
draw-stamp = 1
|
||||||
|
ask-dest-path = 0
|
||||||
|
stamp-background = 255,255,255
|
||||||
|
stamp-outline = 0,0,0
|
||||||
|
stamp-border = 2
|
||||||
|
|
||||||
@@ -7,7 +7,7 @@ pad=10x10
|
|||||||
#[mouse-bindings]
|
#[mouse-bindings]
|
||||||
#launch-url=Shift+BTN_LEFT
|
#launch-url=Shift+BTN_LEFT
|
||||||
|
|
||||||
[colors]
|
[colors-dark]
|
||||||
alpha=0.96
|
alpha=0.96
|
||||||
background=181818
|
background=181818
|
||||||
foreground=d8d8d8
|
foreground=d8d8d8
|
||||||
|
|||||||
15
.config/kanshi/config
Normal file
15
.config/kanshi/config
Normal file
@@ -0,0 +1,15 @@
|
|||||||
|
profile Laptop {
|
||||||
|
output eDP-1 enable
|
||||||
|
}
|
||||||
|
|
||||||
|
profile Work {
|
||||||
|
output eDP-1 disable
|
||||||
|
output DP-3 enable mode 2560x1440@59.951Hz position 0,0
|
||||||
|
output DP-5 enable mode 2560x1440@143.967Hz position 2560,0
|
||||||
|
}
|
||||||
|
|
||||||
|
profile Work2 {
|
||||||
|
output eDP-1 disable
|
||||||
|
output DP-4 enable mode 2560x1440@59.951Hz position 0,0
|
||||||
|
output DP-7 enable mode 2560x1440@143.967Hz position 2560,0
|
||||||
|
}
|
||||||
@@ -195,6 +195,9 @@ riverctl spawn "udiskie -ANt"
|
|||||||
# Color temp
|
# Color temp
|
||||||
riverctl spawn "wlsunset -l 50.08 -L 14.42 -t 5000 -T 6500"
|
riverctl spawn "wlsunset -l 50.08 -L 14.42 -t 5000 -T 6500"
|
||||||
|
|
||||||
|
# Cursor size
|
||||||
|
riverctl xcursor-theme Adwaita 22
|
||||||
|
|
||||||
# Wallpaper
|
# Wallpaper
|
||||||
riverctl spawn "swaybg -c 1D1F21"
|
riverctl spawn "swaybg -c 1D1F21"
|
||||||
#[[ -e ~/.config/wallpaper.png ]] &&
|
#[[ -e ~/.config/wallpaper.png ]] &&
|
||||||
|
|||||||
4
.xinitrc
4
.xinitrc
@@ -6,8 +6,8 @@
|
|||||||
[ -f ~/.Xresources ] && xrdb -merge -I$HOME ~/.Xresources
|
[ -f ~/.Xresources ] && xrdb -merge -I$HOME ~/.Xresources
|
||||||
|
|
||||||
# OPTIMUS SHITS
|
# OPTIMUS SHITS
|
||||||
xrandr --setprovideroutputsource modesetting NVIDIA-0
|
#xrandr --setprovideroutputsource modesetting NVIDIA-0
|
||||||
xrandr --auto
|
#xrandr --auto
|
||||||
|
|
||||||
export _JAVA_AWT_WM_NONREPARENTING=1
|
export _JAVA_AWT_WM_NONREPARENTING=1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user