mirror of
https://gitlab.com/linuxstuff/dotfiles.git
synced 2026-03-25 07:22:54 +01:00
Merge branch 'master' of gitlab.com:linuxstuff/dotfiles
This commit is contained in:
@@ -6,9 +6,10 @@ autostart() {
|
||||
run "xmodmap" "$HOME/.Xmodmap"
|
||||
|
||||
# Display
|
||||
run "sh ~/.screenlayout/dual.sh"
|
||||
run "nvidia-settings --load-config-only"
|
||||
run "dunst"
|
||||
run "picom"
|
||||
run "picom -b"
|
||||
run "zsh $HOME/.config/polybar/launch.sh"
|
||||
run "nitrogen --restore"
|
||||
run "unclutter --timeout 5 --jitter 5 --ignore-scrolling"
|
||||
|
||||
@@ -181,7 +181,7 @@
|
||||
|
||||
# Should a notification popped up from history be sticky or timeout
|
||||
# as if it would normally do.
|
||||
sticky_history = yes
|
||||
sticky_history = no
|
||||
|
||||
# Maximum amount of notifications kept in history
|
||||
history_length = 20
|
||||
@@ -229,7 +229,7 @@
|
||||
# Useful to enforce the timeout set by dunst configuration. Without this
|
||||
# parameter, an application may close the notification sent before the
|
||||
# user defined timeout.
|
||||
ignore_dbusclose = false
|
||||
ignore_dbusclose = true
|
||||
|
||||
### Legacy
|
||||
|
||||
@@ -296,7 +296,7 @@
|
||||
background = "#2e3440"
|
||||
foreground = "#eceff4"
|
||||
frame_color = "#5e81ac"
|
||||
timeout = 10
|
||||
timeout = 4
|
||||
# Icon for notifications with low urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
||||
@@ -304,7 +304,7 @@
|
||||
background = "#2e3440"
|
||||
foreground = "#eceff4"
|
||||
frame_color = "#5e81ac"
|
||||
timeout = 10
|
||||
timeout = 6
|
||||
# Icon for notifications with normal urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
||||
@@ -312,7 +312,7 @@
|
||||
background = "#2e3440"
|
||||
foreground = "#eceff4"
|
||||
frame_color = "#88c0d0"
|
||||
timeout = 0
|
||||
timeout = 20
|
||||
# Icon for notifications with critical urgency, uncomment to enable
|
||||
#icon = /path/to/icon
|
||||
|
||||
|
||||
@@ -3,32 +3,27 @@
|
||||
<fontconfig>
|
||||
|
||||
<!-- Hinted fonts -->
|
||||
<match target="font">
|
||||
<edit mode="assign" name="antialias">
|
||||
<bool>true</bool>
|
||||
</edit>
|
||||
<edit mode="assign" name="embeddedbitmap">
|
||||
<bool>false</bool>
|
||||
</edit>
|
||||
<edit mode="assign" name="hinting">
|
||||
<bool>true</bool>
|
||||
</edit>
|
||||
<edit mode="assign" name="hintstyle">
|
||||
<const>hintslight</const>
|
||||
</edit>
|
||||
<edit mode="assign" name="lcdfilter">
|
||||
<const>lcddefault</const>
|
||||
</edit>
|
||||
<edit mode="assign" name="rgba">
|
||||
<const>rgb</const>
|
||||
</edit>
|
||||
</match>
|
||||
<!-- <match target="font"> -->
|
||||
<!-- <edit mode="assign" name="antialias"> -->
|
||||
<!-- <bool>true</bool> -->
|
||||
<!-- </edit> -->
|
||||
<!-- <edit mode="assign" name="embeddedbitmap"> -->
|
||||
<!-- <bool>false</bool> -->
|
||||
<!-- </edit> -->
|
||||
<!-- <edit mode="assign" name="hinting"> -->
|
||||
<!-- <bool>true</bool> -->
|
||||
<!-- </edit> -->
|
||||
<!-- <edit mode="assign" name="hintstyle"> -->
|
||||
<!-- <const>hintslight</const> -->
|
||||
<!-- </edit> -->
|
||||
<!-- <edit mode="assign" name="lcdfilter"> -->
|
||||
<!-- <const>lcddefault</const> -->
|
||||
<!-- </edit> -->
|
||||
<!-- <edit mode="assign" name="rgba"> -->
|
||||
<!-- <const>rgb</const> -->
|
||||
<!-- </edit> -->
|
||||
<!-- </match> -->
|
||||
|
||||
<match target="font">
|
||||
<edit name="hintstyle" mode="assign">
|
||||
<const>hintslight</const>
|
||||
</edit>
|
||||
</match>
|
||||
<!-- END Hinted fonts -->
|
||||
|
||||
<!-- Enable anti-aliasing only for bigger fonts -->
|
||||
@@ -87,50 +82,42 @@
|
||||
</match>
|
||||
<!-- END Default monospace fonts -->
|
||||
|
||||
<!-- Default emoji fonts -->
|
||||
<match target="pattern">
|
||||
<test qual="any" name="family"><string>emoji</string></test>
|
||||
<edit name="family" mode="prepend" binding="same"><string>Noto Color Emoji</string></edit>
|
||||
<edit name="family" mode="prepend" binding="same"><string>Noto Emoji</string></edit>
|
||||
</match>
|
||||
<!-- END Default emoji fonts -->
|
||||
|
||||
<!-- Fallback fonts preference order -->
|
||||
<alias>
|
||||
<family>sans-serif</family>
|
||||
<prefer>
|
||||
<family>Material Design Icons</family>
|
||||
<family>Roboto</family>
|
||||
<family>Open Sans</family>
|
||||
<family>Noto Color Emoji</family>
|
||||
<family>Noto Emoji</family>
|
||||
<family>Material Design Icons</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>serif</family>
|
||||
<prefer>
|
||||
<family>Material Design Icons</family>
|
||||
<family>Noto Serif</family>
|
||||
<family>Noto Color Emoji</family>
|
||||
<family>Noto Emoji</family>
|
||||
<family>Material Design Icons</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>monospace</family>
|
||||
<prefer>
|
||||
<family>Material Design Icons</family>
|
||||
<family>Hack Nerd Font Mono</family>
|
||||
<family>JetBrains Mono Regular Nerd Font Complete Mono</family>
|
||||
<family>Roboto Mono</family>
|
||||
<family>Noto Color Emoji</family>
|
||||
<family>Noto Emoji</family>
|
||||
<family>Material Design Icons</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
<alias>
|
||||
<family>emoji</family>
|
||||
<prefer>
|
||||
<family>Noto Color Emoji</family>
|
||||
<family>Noto Emoji</family>
|
||||
<family>Material Design Icons</family>
|
||||
<family>Hack Nerd Font Mono</family>
|
||||
<family>JetBrains Mono Regular Nerd Font Complete Mono</family>
|
||||
<family>Roboto Mono</family>
|
||||
</prefer>
|
||||
</alias>
|
||||
<!-- END Fallback fonts preference order -->
|
||||
|
||||
@@ -17,3 +17,7 @@ modules-left = disk_short_pc checkupdates ovpn nvpn eth_pc
|
||||
[bar/floating_wm]
|
||||
inherit="bar/base_floating_wm"
|
||||
monitor = ${env:MONITOR:DP-4}
|
||||
|
||||
[bar/floating_wm_secondary]
|
||||
inherit="bar/base_floating_wm"
|
||||
monitor = ${env:MONITOR:HDMI-0}
|
||||
|
||||
@@ -27,6 +27,7 @@ bash ~/.config/polybar/config-merge/config-merge.sh ~/.config/polybar/config
|
||||
#
|
||||
polybar floating -r -l warning &
|
||||
polybar floating_wm -r -l warning &
|
||||
polybar floating_wm_secondary -r -l warning &
|
||||
polybar floating_popup -r -l warning &
|
||||
#
|
||||
#polybar pc_vnc_landscape -r -l warning &
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
configuration {
|
||||
theme: "~/.config/rofi/rofi.rasi";
|
||||
/*theme: "~/.config/rofi/rofi.rasi";*/
|
||||
|
||||
/* modi: "window,run,ssh";*/
|
||||
/* width: 50;*/
|
||||
@@ -148,4 +148,6 @@ configuration {
|
||||
/* me-select-entry: "MousePrimary";*/
|
||||
/* me-accept-entry: "MouseDPrimary";*/
|
||||
/* me-accept-custom: "Control+MouseDPrimary";*/
|
||||
}
|
||||
}
|
||||
|
||||
@theme "~/.config/rofi/rofi.rasi"
|
||||
|
||||
@@ -1,10 +0,0 @@
|
||||
# Dependencies: "rofi-greenclip"
|
||||
|
||||
[Unit]
|
||||
Description=Greenclip daemon
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/greenclip daemon
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
4
.extrarc
4
.extrarc
@@ -125,3 +125,7 @@ alias cleanup="cachec && blank && trashc && blank && yayc && blank && orphanr"
|
||||
# libvirt
|
||||
alias win1030="sudo virsh start Windows10_1030"
|
||||
alias win1660="sudo virsh start Windows10_1660"
|
||||
|
||||
# init
|
||||
|
||||
source /usr/share/nvm/init-nvm.sh
|
||||
|
||||
2
.screenlayout/dual.sh
Executable file
2
.screenlayout/dual.sh
Executable file
@@ -0,0 +1,2 @@
|
||||
#!/bin/sh
|
||||
xrandr --output DP-0 --off --output DP-1 --off --output DP-2 --off --output DP-3 --off --output HDMI-0 --mode 1600x1200 --pos 1920x0 --rotate normal --output DP-4 --primary --mode 1920x1080 --pos 0x0 --rotate normal --output DP-5 --off
|
||||
Reference in New Issue
Block a user