1
0
Fork 0

alacritty y polybar cambiaron el formato de configuracion. lo demas son

micro cambios y limpieza para la transicion a kde
This commit is contained in:
deadguy 2024-01-21 20:30:11 -03:00
parent 72099f21ba
commit 06238ce923
Signed by: dgy
GPG Key ID: 37CA55B52CF63730
12 changed files with 586 additions and 219 deletions

View File

@ -1,10 +1,11 @@
#!/bin/sh
xsetroot -cursor_name left_ptr &
xcompmgr &
fcitx &
xset r rate 200 30
xset s 0 900
xrdb -merge "$XDG_CONFIG_HOME/X11/xresources"
export XCURSOR_PATH="${XCURSOR_PATH}:~/.local/share/icons"
export SSH_ASKPASS="/bin/ksshaskpass"
export SSH_ASKPASS_REQUIRE=prefer
exec dbus-launch --exit-with-session runsvdir -P ~/.local/service.x
exec dbus-launch --exit-with-session startplasma-x11

View File

@ -35,11 +35,7 @@
*.color7: #d0d0d0
*.color15: #fcfcfc
Sxiv.font: chicagoflf:size=9
Sxiv.background: black
Sxiv.foreground: white
Xcursor.theme: Grounation
Xcursor.theme: cz-Hickson-White
XTerm*utf8: true
xterm*utf8Fonts: always
@ -58,11 +54,3 @@ XTerm*internalBorder: 6
XTerm*colorBDMode: true
XTerm*scrollBar: false
XTerm*pointerMode: 2
Xft.autohint: 0
Xft.lcdfilter: lcddefault
Xft.hintstyle: hintslight
Xft.hinting: 1
Xft.antialias: 1
Xft.rgba: rgb
Xft.dpi: 95.3732

86
alacritty.toml Normal file
View File

@ -0,0 +1,86 @@
live_config_reload = true
[colors.bright]
black = "#666666"
blue = "#008bbd"
cyan = "#6fc3df"
green = "#98bc37"
magenta = "#ff5c8f"
red = "#eb6655"
white = "#fcfcfc"
yellow = "#ffe64d"
[colors.normal]
black = "#2e2e2e"
blue = "#34608d"
cyan = "#0aaeb3"
green = "#519f50"
magenta = "#e02c6d"
red = "#ef2f27"
white = "#d0d0d0"
yellow = "#faa030"
[colors.primary]
background = "0x080808"
foreground = "0xB3B1AD"
[cursor]
style = "Beam"
unfocused_hollow = true
[font]
size = 12
[font.bold]
family = "rec mono noliga"
style = "Bold"
[font.glyph_offset]
x = 0
y = 0
[font.italic]
family = "rec mono noliga"
style = "Italic"
[font.normal]
family = "rec mono noliga"
style = "Regular"
[font.offset]
x = 0
y = 0
[[hints.enabled]]
command = "xdg-open"
post_processing = true
regex = "(magnet:|mailto:|gemini:|gopher:|https:|http:|news:|file:|git:|ssh:|ftp:)[^\u0000-\u001F\u007F-Ÿ<>\"\\s{-}\\^⟨⟩`]+"
[hints.enabled.binding]
key = "U"
mods = "Control|Shift"
[hints.enabled.mouse]
enabled = true
[mouse]
hide_when_typing = true
[scrolling]
history = 10000
[selection]
save_to_clipboard = true
semantic_escape_chars = ",│`|:\"' ()[]{}<>"
[window]
dynamic_title = true
opacity = 0.9
[window.dimensions]
columns = 140
lines = 30
[window.padding]
x = 10
y = 0

View File

@ -1,26 +1,22 @@
#!/bin/sh
bspc monitor DisplayPort-2 -d 1 2 3 4 5
bspc monitor HDMI-A-0 -d 6 7 8 9 10
bspc config bottom_padding 0
bspc config -m DisplayPort-2 top_padding 23
bspc config -m HDMI-A-0 top_padding 0
bspc config border_width 3
bspc config window_gap 6
bspc config split_ratio 0.5
bspc monitor -d 1 2 3 4 5
bspc config bottom_padding 50
bspc config top_padding 0
bspc config border_width 4
bspc config window_gap 10
bspc config split_ratio 0.51
# Opciones
bspc config gapless_monocle true
bspc config ignore_ewmh_focus true
bspc config pointer_follows_focus true
bspc config removal_adjustment true
bspc config remove_unplugged_monitors true
bspc config remove_disabled_monitors true
bspc config single_monocle true
bspc config borderless_monocle false
bspc config honor_size_hints false
bspc config directional_focus_tightness low
bspc config automatic_scheme longest_side
bspc config automatic_scheme alternate
bspc config initial_polarity second_child
bspc config click_to_focus any
bspc config pointer_modifier mod4
@ -40,18 +36,16 @@ bspc config active_border_color "$(get_xrdb color8)"
bspc config presel_feedback_color "$(get_xrdb color6)"
# Flotantes
bspc rule -a Zathura state=tiled
bspc rule -a mpv state=floating
bspc rule -a renpy state=floating
bspc rule -a pentablet state=floating
bspc rule -a flota state=floating
bspc rule -a Blueman-manager state=floating
bspc rule -a Firefox:Browser state=floating
bspc rule -a Firefox:Navigator state=tiled desktop='^6'
bspc rule -a Zathura state=tiled
bspc rule -a Borderlands2 state=fullscreen
bspc rule -a corectrl desktop='^2'
bspc rule -a Firefox:Navigator state=tiled
bspc rule -a steam desktop='^3'
bspc rule -a corectrl desktop='^4'
export _JAVA_AWT_WM_NONREPARENTING=1
unclutter --jitter 30 --timeout 3 --ignore-scrolling &
$TERMINAL &
randbg &
barrita

View File

@ -1,64 +1,54 @@
<?xml version="1.0"?>
<!DOCTYPE fontconfig SYSTEM "fonts.dtd">
<fontconfig>
<alias>
<family>serif</family>
<prefer>
<family>New York Medium</family>
<family>Noto Color Emoji</family>
</prefer>
</alias>
<alias>
<family>sans-serif</family>
<prefer>
<family>Noto Sans Display</family>
<family>Noto Color Emoji</family>
</prefer>
</alias>
<alias>
<family>sans</family>
<prefer>
<family>Noto Sans Display</family>
<family>Noto Color Emoji</family>
</prefer>
</alias>
<alias>
<family>monospace</family>
<prefer>
<family>codicon</family>
<family>Symbols Nerd Font</family>
<family>Berkeley Mono Variable</family>
<family>Noto Color Emoji</family>
</prefer>
</alias>
<!-- smaller than 9px -->
<match target="font">
<test name="pixelsize" qual="any" compare="less"><double>10</double></test>
<edit mode="assign" name="antialias"> <bool>false</bool></edit>
</match>
<match target="font">
<edit mode="assign" name="antialias">
<bool>true</bool>
</edit>
<edit mode="assign" name="hinting">
<bool>true</bool>
</edit>
<edit mode="assign" name="autohint">
<bool>false</bool>
</edit>
<edit mode="assign" name="hintstyle">
<const>hintslight</const>
</edit>
<edit mode="assign" name="rgba">
<const>rgb</const>
</edit>
<edit mode="assign" name="lcdfilter">
<const>lcddefault</const>
</edit>
<edit mode="assign" name="embeddedbitmap">
<bool>true</bool>
</edit>
</match>
<?xml version='1.0'?>
<!DOCTYPE fontconfig SYSTEM 'fonts.dtd'>
<fontconfig>
<alias>
<family>serif</family>
<prefer>
<family>New York Medium</family>
<family>Noto Color Emoji</family>
</prefer>
</alias>
<alias>
<family>sans-serif</family>
<prefer>
<family>Noto Sans Display</family>
<family>Noto Color Emoji</family>
</prefer>
</alias>
<alias>
<family>sans</family>
<prefer>
<family>Noto Sans Display</family>
<family>Noto Color Emoji</family>
</prefer>
</alias>
<alias>
<family>monospace</family>
<prefer>
<family>Symbols Nerd Font</family>
<family>Berkeley Mono Variable</family>
<family>Noto Color Emoji</family>
</prefer>
</alias>
<match target="font">
<edit mode="assign" name="rgba">
<const>rgb</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="hinting">
<bool>true</bool>
</edit>
</match>
<match target="font">
<edit mode="assign" name="hintstyle">
<const>hintslight</const>
</edit>
</match>
<match target="font">
<edit mode="assign" name="antialias">
<bool>true</bool>
</edit>
</match>
<dir>~/.fonts</dir>
</fontconfig>

View File

@ -1,21 +1,77 @@
[Added Associations]
image/bmp=qimgv.desktop;krita_qimageio.desktop;org.kde.kolourpaint.desktop;org.kde.kdeconnect_open.desktop;
image/gif=qimgv.desktop;firefox.desktop;org.kde.kolourpaint.desktop;krita_gif.desktop;org.kde.kdeconnect_open.desktop;
image/jpeg=qimgv.desktop;firefox.desktop;krita_jpeg.desktop;org.kde.kolourpaint.desktop;org.kde.kdeconnect_open.desktop;
image/png=qimgv.desktop;firefox.desktop;krita_png.desktop;org.kde.kolourpaint.desktop;org.kde.kdeconnect_open.desktop;
image/webp=qimgv.desktop;krita_webp.desktop;krita_qimageio.desktop;org.kde.kolourpaint.desktop;org.kde.kdeconnect_open.desktop;
inode/directory=org.kde.dolphin.desktop;file.desktop;
text/csv=text.desktop;krita_csv.desktop;okularApplication_txt.desktop;nvim.desktop;org.kde.kdeconnect_open.desktop;
text/x-sh=text.desktop;
x-scheme-handler/geo=openstreetmap-geo-handler.desktop;
x-scheme-handler/http=firefox.desktop;
x-scheme-handler/https=firefox.desktop;
x-scheme-handler/mailto=org.kde.kmail2.desktop;mail.desktop;userapp-Thunderbird-KAZ3C2.desktop;
x-scheme-handler/tel=org.kde.kdeconnect.handler.desktop;
x-scheme-handler/mid=userapp-Thunderbird-KAZ3C2.desktop;
x-scheme-handler/news=userapp-Thunderbird-RDM3C2.desktop;
x-scheme-handler/snews=userapp-Thunderbird-RDM3C2.desktop;
x-scheme-handler/nntp=userapp-Thunderbird-RDM3C2.desktop;
x-scheme-handler/feed=userapp-Thunderbird-QGH4C2.desktop;
application/rss+xml=userapp-Thunderbird-QGH4C2.desktop;
application/x-extension-rss=userapp-Thunderbird-QGH4C2.desktop;
x-scheme-handler/webcal=userapp-Thunderbird-OODJD2.desktop;
x-scheme-handler/webcals=userapp-Thunderbird-OODJD2.desktop;
[Default Applications]
text/x-shellscript=text.desktop;
x-scheme-handler/magnet=torrent.desktop;
application/x-bittorrent=torrent.desktop;
x-scheme-handler/mailto=mail.desktop;
text/plain=text.desktop;
application/postscript=pdf.desktop;
application/epub=pdf.desktop;
application/pdf=pdf.desktop;
application/postscript=pdf.desktop;
application/vnd.comicbook+rar=pdf.desktop;
application/vnd.comicbook+zip=pdf.desktop;
application/epub=pdf.desktop;
image/png=img.desktop;
image/jpeg=img.desktop;
image/gif=img.desktop;
inode/directory=file.desktop
x-scheme-handler/nxm=modorganizer2-nxm-handler.desktop
x-scheme-handler/discord-679397522464178201=discord-679397522464178201.desktop
application/x-bittorrent=torrent.desktop;
image/bmp=qimgv.desktop;
image/gif=qimgv.desktop;
image/jpeg=qimgv.desktop;
image/png=qimgv.desktop;
image/webp=qimgv.desktop;
inode/directory=org.kde.dolphin.desktop;
text/csv=text.desktop;
text/plain=text.desktop;
text/x-shellscript=text.desktop;
x-scheme-handler/discord-378308708360519681=discord-378308708360519681.desktop
x-scheme-handler/discord-679397522464178201=discord-679397522464178201.desktop
x-scheme-handler/geo=openstreetmap-geo-handler.desktop;
x-scheme-handler/http=firefox.desktop;
x-scheme-handler/https=firefox.desktop;
x-scheme-handler/magnet=torrent.desktop;
x-scheme-handler/mailto=userapp-Thunderbird-KAZ3C2.desktop
x-scheme-handler/nxm=modorganizer2-nxm-handler.desktop
x-scheme-handler/tel=org.kde.kdeconnect.handler.desktop;
x-scheme-handler/discord-586883052379308062=moebius.desktop
message/rfc822=userapp-Thunderbird-KAZ3C2.desktop
x-scheme-handler/mid=userapp-Thunderbird-KAZ3C2.desktop
x-scheme-handler/news=userapp-Thunderbird-RDM3C2.desktop
x-scheme-handler/snews=userapp-Thunderbird-RDM3C2.desktop
x-scheme-handler/nntp=userapp-Thunderbird-RDM3C2.desktop
x-scheme-handler/feed=userapp-Thunderbird-QGH4C2.desktop
application/rss+xml=userapp-Thunderbird-QGH4C2.desktop
application/x-extension-rss=userapp-Thunderbird-QGH4C2.desktop
x-scheme-handler/webcal=userapp-Thunderbird-OODJD2.desktop
text/calendar=userapp-Thunderbird-OODJD2.desktop
application/x-extension-ics=userapp-Thunderbird-OODJD2.desktop
x-scheme-handler/webcals=userapp-Thunderbird-OODJD2.desktop
x-scheme-handler/nxm-protocol=ModOrganizer-steamtinkerlaunch-dl.desktop
[Added Associations]
text/x-sh=text.desktop;
[Removed Associations]
image/bmp=okularApplication_kimgio.desktop;
image/gif=okularApplication_kimgio.desktop;
image/jpeg=okularApplication_kimgio.desktop;
image/png=okularApplication_kimgio.desktop;
image/webp=okularApplication_kimgio.desktop;
[Removed KDE Service Associations]
image/bmp=khtmlimagepart;okularpart;
image/gif=khtmlimagepart;okularpart;
image/jpeg=khtmlimagepart;okularpart;
image/png=khtmlimagepart;okularpart;
image/webp=okularpart;

201
polybar/config.ini Normal file
View File

@ -0,0 +1,201 @@
[colors]
background = #DD080808
foreground = ${xrdb:color7}
foreground-alt = ${xrdb:color8}
primary = ${xrdb:color11}
secondary = ${xrdb:color3}
alert = ${xrdb:color9}
fecha = ${xrdb:color10}
wifi = ${xrdb:color12}
cartas = ${xrdb:color13}
[bar/LaBarra]
width = 100%
height = 40
offset-x = 0
offset-y = 0
radius = 0
padding = 2
bottom = true
fixed-center = true
enable-ipc = true
locale = es_AR.UTF-8
background = ${colors.background}
foreground = ${colors.foreground}
line-size = 2
line-color = ${colors.background}
border-size = 2
border-color = ${colors.background}
module-margin = 1
font-0 = "JetBrainsMono Nerd Font:style=Bold:size=16;4"
font-1 = Noto Color Emoji:pixelsize=16:scale=8;1
modules-left = bspwm
modules-center = temp_nvm temp_cpu temp_gpu temp_jun temp_mem
modules-right = wlan correo date tray
override-redirect = false
wm-restack = bspwm
[module/tray]
type = internal/tray
tray-spacing = 10px
tray-padding = 2px
[module/bspwm]
type = internal/bspwm
enable-click = true
enable-scroll = true
reverse-scroll = true
pin-workspaces = true
occupied-scroll = false
ws-icon-0 = 1;TERM
ws-icon-1 = 2;WWW
ws-icon-2 = 3;GAMES
ws-icon-3 = 4;UTIL
ws-icon-4 = 5;SYS
ws-icon-default = "+"
format = <label-state>
label-focused = [ %icon% ]
label-focused-foreground = ${colors.primary}
label-occupied = %icon%
label-occupied-foreground= ${colors.secondary}
label-urgent = ! %icon% !
label-urgent-foreground = ${colors.alert}
label-empty = %icon%
label-empty-foreground = ${colors.foreground-alt}
label-separator = " "
label-separator-padding = 0
[module/wlan]
type = internal/network
interface = wlp8s0
interval = 3.0
format-connected = <label-connected>
format-disconnected =
label-connected = 📡%signal%
label-connected-foreground = ${colors.wifi}
[module/date]
type = internal/date
interval = 5
date = "%A %F"
time = "%R"
label = %date% %time%
label-foreground = ${colors.fecha}
[module/correo]
type = custom/script
exec = cartas
interval = 300
format = <label>
format-foreground = ${colors.cartas}
label = 📥%output%
[module/temp_mem]
type = internal/temperature
; Full path of temperature sysfs path
; Use `sensors` to find preferred temperature source, then run
; $ for i in /sys/class/hwmon/hwmon*/temp*_input; do echo "$(<$(dirname $i)/name): $(cat ${i%_*}_label 2>/dev/null || echo $(basename ${i%_*})) $(readlink -f $i)"; done
; to find path to desired file
; Default reverts to thermal zone setting
hwmon-path = /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.0/hwmon/hwmon1/temp3_input
base-temperature = 25
warn-temperature = 90
format = <ramp><label>
format-warn = <ramp> <label-warn>
label = VRAM: %temperature-c%
label-warn = VRAM: %temperature-c%
label-warn-foreground = #eb6655
ramp-0 =
ramp-1 = 🌡
ramp-2 = 🔥
[module/temp_gpu]
type = internal/temperature
hwmon-path = /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.0/hwmon/hwmon1/temp1_input
base-temperature = 25
warn-temperature = 90
format = <ramp><label>
format-warn = <ramp> <label-warn>
label = GPU: %temperature-c%
label-warn = GPU: %temperature-c%
label-warn-foreground = #eb6655
ramp-0 =
ramp-1 = 🌡
ramp-2 = 🔥
[module/temp_jun]
type = internal/temperature
hwmon-path = /sys/devices/pci0000:00/0000:00:01.1/0000:01:00.0/0000:02:00.0/0000:03:00.0/hwmon/hwmon1/temp2_input
base-temperature = 25
warn-temperature = 90
format = <ramp><label>
format-warn = <ramp> <label-warn>
label = JUNCTION: %temperature-c%
label-warn = JUNCTION: %temperature-c%
label-warn-foreground = #eb6655
ramp-0 =
ramp-1 = 🌡
ramp-2 = 🔥
[module/temp_cpu]
type = internal/temperature
hwmon-path = /sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon2/temp1_input
base-temperature = 20
warn-temperature = 80
format = <ramp><label>
format-warn = <ramp> <label-warn>
label = CPU: %temperature-c%
label-warn = CPU: %temperature-c%
label-warn-foreground = #eb6655
ramp-0 =
ramp-1 = 🌡
ramp-2 = 🔥
[module/temp_nvm]
type = internal/temperature
hwmon-path = /sys/devices/pci0000:00/0000:00:02.2/0000:09:00.0/nvme/nvme0/hwmon0/temp1_input
base-temperature = 20
warn-temperature = 70
format = <ramp><label>
format-warn = <ramp> <label-warn>
label = NVMe: %temperature-c%
label-warn = NVMe: %temperature-c%
label-warn-foreground = #eb6655
ramp-0 =
ramp-1 = 🌡
ramp-2 = 🔥
[settings]
screenchange-reload = true
[global/wm]
margin-top = 0
; vim:ft=dosini

View File

@ -34,10 +34,10 @@ super + {_,shift} + y
minve {hide,show}
super + space
rofi -show drun -theme lnch
rofi -show drun
super + {shift + b, alt + b,b,q,s,n,p,r,d}
{firefox -no-remote -P streams,firefox -no-remote -P crap,$BROWSER,powermenu,rofi -show window,escribir,postear,ref,leer}
super + {ctrl + b, shift + b, alt + b,b,q,s}
{firefox -no-remote -P vtai,firefox -no-remote -P streams,firefox -no-remote -P crap,$BROWSER,powermenu,rofi -show window -theme mehnu}
super + {_,shift} + g
{grabar,corte}
@ -48,5 +48,5 @@ super + {z,x,v,a,t}
ctrl + alt + {x,r}
{xkill,bspc wm -r}
Print
Pause
pantallazo

View File

@ -52,7 +52,7 @@ bind-key R source-file $XDG_CONFIG_HOME/tmux/tmux.conf \; display "Config
# Dividir
bind-key | split-window -h -c "#{pane_current_path}"
bind-key - split-window -v -c "#{pane_current_path}"
bind-key ° split-window -fh -c "#{pane_current_path}"
bind-key ¡ split-window -fh -c "#{pane_current_path}"
bind-key _ split-window -fv -c "#{pane_current_path}"
# Cerrar

View File

@ -3,6 +3,6 @@ XDG_TEMPLATES_DIR="$HOME/"
XDG_PUBLICSHARE_DIR="$HOME/"
XDG_DOCUMENTS_DIR="$HOME/doc"
XDG_DOWNLOAD_DIR="$HOME/etc"
XDG_MUSIC_DIR="$HOME/snd"
XDG_MUSIC_DIR="$HOME/mus"
XDG_PICTURES_DIR="$HOME/img"
XDG_VIDEOS_DIR="$HOME/vid"

247
xbpaketes
View File

@ -1,154 +1,198 @@
SDL2-devel-2.28.1_1
ImageMagick-7.1.1.18_2
SDL2-devel-2.28.5_2
SDL2_gfx-1.0.4_2
SDL2_image-2.6.3_1
StyLua-0.18.0_1
alacritty-0.12.2_1
alsa-lib-32bit-1.2.9_1
alsa-plugins-ffmpeg-1.2.7.1_1
alsa-plugins-ffmpeg-32bit-1.2.7.1_1
alsa-plugins-jack-1.2.7.1_1
alsa-plugins-pulseaudio-1.2.7.1_1
alsa-plugins-pulseaudio-32bit-1.2.7.1_1
alsa-utils-1.2.9_1
android-tools-34.0.1_2
android-udev-rules-20230614_1
audacious-4.3.1_1
audacious-plugins-4.3.1_1
StyLua-0.19.1_1
alacritty-0.13.1_2
alsa-lib-32bit-1.2.10_2
alsa-plugins-ffmpeg-1.2.7.1_2
alsa-plugins-ffmpeg-32bit-1.2.7.1_2
alsa-plugins-jack-1.2.7.1_2
alsa-plugins-pulseaudio-1.2.7.1_2
alsa-plugins-pulseaudio-32bit-1.2.7.1_2
alsa-utils-1.2.10_1
android-tools-34.0.4_1
android-udev-rules-20231207_1
anki-2.1.15_7
arandr-0.1.11_2
ark-23.08.4_1
base-devel-20181003_2
base-system-0.114_1
bat-0.23.0_2
black-23.7.0_1
blender-3.6.1_1
blueman-2.3.5_1
bluez-5.68_1
bat-0.24.0_1
bismuth-3.1.4_1
black-23.12.0_1
blender-4.0.2_1
bluez-5.70_2
bluez-alsa-3.1.0_1
breeze-icons-5.113.0_1
bspwm-0.9.10_2
chrony-4.3_2
chrony-4.5_1
cmake-3.27.6_1
corectrl-1.2.3_3
deadbeef-1.8.8_3
delta-0.16.5_2
dfc-3.1.1_2
dkms-3.0.10_2
dunst-1.9.2_1
elogind-246.10_3
dkms-3.0.10_3
dmidecode-3.5_1
dolphin-23.08.4_1
elogind-252.9_1
evtest-qt-0.2.0_1
exiftool-12.64_1
fcitx-4.2.9.9_1
exiftool-12.70_1
fcitx-configtool-0.4.10_2
fcitx-mozc-2.28.4800.102_2
fd-8.7.0_1
feh-3.10_1
ffmpeg-4.4.4_2
file-roller-43.0_1
firefox-115.0.2_1
flashrom-1.2_3
fzf-0.42.0_1
fcitx5-5.1.6_2
fcitx5-kcm-5.1.3_1
fcitx5-mozc-2.28.4800.102_2
fd-9.0.0_1
ffmpeg-4.4.4_5
ffmpegthumbs-22.12.1_1
filelight-23.08.4_1
firefox-121.0.1_1
flashrom-1.3.0_1
furnace-0.6_1
fzf-0.45.0_1
gamemode-1.7_1
git-2.41.0_1
git-libsecret-2.41.0_1
gnome-ssh-askpass-9.3p2_1
gnupg2-2.4.3_1
git-2.43.0_1
git-libsecret-2.43.0_1
glirc-2.39.0.1_2
gnome-disk-utility-44.0_1
gnome-ssh-askpass-9.6p1_1
gnupg2-2.4.3_2
gnupod-0.99.8_4
grub-x86_64-efi-2.06_3
hfsprogs-540.1.linux3_9
hidapi-0.13.1_1
hidapi-32bit-0.13.1_1
highlight-4.5_1
highlight-4.5_2
hsetroot-1.0.5_1
htop-3.2.2_1
isync-1.4.4_1
ifuse-1.1.4_1
inkscape-1.3.2_2
irssi-1.4.5_1
isync-1.4.4_3
jack-1.9.22_1
jq-1.6_4
jq-1.7.1_1
kde5-5.27.5_1
kdeconnect-23.08.4_1
kdegraphics-thumbnailers-23.08.4_1
keychain-2.8.5_2
krita-5.0.8_8
lf-r30_1
kimageformats-5.113.0_1
kmix-23.08.4_1
krename-5.0.2_3
krita-5.2.1_3
ksysguard-5.22.0_1
ksystemlog-23.08.4_1
kwave-23.08.4_1
lf-r31_1
libdrm-32bit-2.4.115_1
libfcitx-gtk-4.2.9.9_1
libfcitx-gtk3-4.2.9.9_1
libfcitx-gtk-4.2.9.9_2
libfcitx-gtk3-4.2.9.9_2
libgamemode-32bit-1.7_1
libgcc-32bit-12.2.0_3
libglvnd-32bit-1.6.0_1
libstdc++-32bit-12.2.0_3
libunrar-6.2.5_1
linux-firmware-20230515_1
lldb-15.0.7_1
libgcc-32bit-12.2.0_4
libglvnd-32bit-1.7.0_1
libstdc++-32bit-12.2.0_4
libunistring-devel-1.0_1
libunrar-6.2.12_1
libzip-devel-1.10.1_1
linux-firmware-20231211_1
lldb-15.0.7_3
lm_sensors-3.6.0_1
lua-language-server-3.6.24_1
lua-language-server-3.7.4_1
luarocks-lua54-3.9.1_1
lynx-2.9.0dev.12_2
maim-5.7.4_7
megatools-1.11.1_1
mesa-dri-23.1.3_1
mesa-dri-32bit-23.1.3_1
mesa-vulkan-radeon-23.1.3_1
mesa-vulkan-radeon-32bit-23.1.3_1
megatools-1.11.1_2
mesa-dri-23.3.2_1
mesa-dri-32bit-23.3.2_1
mesa-vaapi-23.3.2_1
mesa-vdpau-23.3.2_1
mesa-vulkan-radeon-23.3.2_1
mesa-vulkan-radeon-32bit-23.3.2_1
mlocate-0.26_7
mosh-1.4.0_4
mosh-1.4.0_6
mozc-2.28.4800.102_2
mpv-0.35.1_3
msmtp-1.8.24_1
mumble-1.4.287_5
ncurses-devel-6.4_1
neomutt-20230517_1
neovim-0.9.1_1
nfs-utils-2.6.2_1
nicotine+-3.2.9_1
nodejs-18.16.0_2
noto-fonts-cjk-20220127_2
noto-fonts-emoji-2.038_1
noto-fonts-ttf-23.7.1_1
nsxiv-31_1
mpv-0.36.0_4
msmtp-1.8.25_1
mumble-1.4.287_7
ncurses-devel-6.4_2
neomutt-20231023_2
neovim-0.9.5_1
nfs-utils-2.6.4_1
nicotine+-3.2.9_2
noto-fonts-cjk-20230817_1
noto-fonts-emoji-2.042_1
noto-fonts-ttf-24.1.1_1
opendoas-6.8.2_1
openjdk11-11.0.20+8_1
openssl-devel-1.1.1t_1
p7zip-22.01_2
openjdk11-11.0.22+6_1
openssl-devel-3.1.4_2
p7zip-23.01_1
partitionmanager-23.04.0_1
pass-1.7.4_3
pd-0.54.0_1
pcre-devel-8.45_3
pd-0.54.1_1
perl-File-MimeInfo-0.33_1
perl-Text-CharWidth-0.04_8
perl-Text-CharWidth-0.04_9
pinentry-gtk-1.2.1_1
pipe-viewer-0.4.6_1
polybar-3.6.3_2
protontricks-1.10.2_1
pulseaudio-15.0_4
pinentry-qt-1.2.1_1
pipe-viewer-0.4.9_1
plasma-disks-5.27.10_1
polybar-3.7.1_1
protontricks-1.10.5_2
pulseaudio-16.1_1
pulsemixer-1.5.1_2
python3-BeautifulSoup4-4.12.2_1
python3-isort-5.12.0_1
python3-language-server-1.7.4_1
python3-mypy-1.3.0_1
python3-pip-23.2_1
python3-pysdl2-0.9.6_5
python3-virtualenv-20.24.1_1
python3-BeautifulSoup4-4.12.2_2
python3-isort-5.12.0_2
python3-language-server-1.9.0_1
python3-mypy-1.8.0_1
python3-pip-23.3.2_1
python3-pysdl2-0.9.6_6
python3-tkinter-3.12.1_1
python3-virtualenv-20.25.0_1
qimgv-1.0.2_3
qjackctl-0.9.9_1
ripgrep-13.0.0_2
radeontop-1.4_1
ripgrep-14.1.0_1
rofi-1.7.5_1
rsync-3.2.7_1
rsync-3.2.7_2
rusty-diceware-0.5.8_1
sc3-plugins-3.10.0_2
sct-0.5_1
senpai-0.3.0_1
setxkbmap-1.3.4_1
shellcheck-0.9.0_1
shfmt-3.7.0_1
shfmt-3.7.0_2
simple-mtpfs-0.4.0_1
slop-7.6_4
snooze-0.5_1
socklog-void-20200115_2
steam-1.0.0.78_1
stig-0.12.3a0_2
supercollider-3.11.1_6
spectacle-23.08.4_1
steam-1.0.0.78_3
stig-0.12.3a0_3
supercollider-3.11.1_7
sv-netmount-0.1_3
sxhkd-0.6.2_1
texlive-bin-2023_1
tidy5-5.8.0_1
tmux-3.3a_2
transmission-4.0.3_2
transmission-4.0.5_1
udevil-0.4.4_5
unclutter-xfixes-1.6_1
unrar-6.2.5_1
unrar-6.2.12_1
vkBasalt-0.3.2.10_1
vkBasalt-32bit-0.3.2.10_1
void-repo-multilib-6_4
void-repo-multilib-nonfree-6_4
void-repo-nonfree-9_6
wine-8.13_1
wine-mono-8.0.0_1
wine-8.21_1
wine-32bit-8.21_1
wine-mono-8.1.0_1
xclip-0.13_2
xcompmgr-1.1.9_1
xdg-desktop-portal-1.18.2_1
xdg-desktop-portal-kde-5.27.10_1
xdg-user-dirs-0.18_1
xdg-utils-1.1.3_5
xdo-0.5.7_3
xdotool-3.20211022.1_1
xev-1.2.5_1
xf86-video-amdgpu-23.0.0_1
xf86-video-fbdev-0.5.0_2
@ -163,11 +207,16 @@ xrdb-1.2.2_1
xset-1.2.5_2
xsetroot-1.1.3_1
xtools-minimal-0.65_2
zathura-0.5.2_1
zathura-cb-0.1.10_1
zathura-pdf-mupdf-0.4.0_1
xwininfo-1.1.6_1
xxd-9.1.0000_1
yad-13.0_1
zathura-0.5.4_1
zathura-cb-0.1.10_2
zathura-pdf-mupdf-0.4.1_5
zip-3.0_6
zita-ajbridge-0.8.4_1
zlib-devel-1.3_1
zsh-5.9_3
zsh-history-substring-search-1.0.2_2
zsh-syntax-highlighting-0.7.1_3
zziplib-devel-0.13.72_1

View File

@ -1,3 +1,5 @@
[ -z $DISPLAY ] && [ "$(fgconsole)" -eq 1 ] && exec startx "$XDG_CONFIG_HOME/X11/bspxinitrc" -- -keeptty -nolisten tcp
#[ -z $DISPLAY ] && [ "$(fgconsole)" -eq 1 ] && exec startx "$XDG_CONFIG_HOME/X11/xinitrc" -- -keeptty -nolisten tcp
#[ -z $DISPLAY ] && [ "$(fgconsole)" -eq 1 ] && exec startx "$XDG_CONFIG_HOME/X11/bspxinitrc" -- -keeptty -nolisten tcp
[ -z $DISPLAY ] && [ "$(fgconsole)" -eq 1 ] && exec startx "$XDG_CONFIG_HOME/X11/xinitrc" -- -keeptty -nolisten tcp
#[ -z $DISPLAY ] && [ "$(fgconsole)" -eq 1 ] && exec startx "$XDG_CONFIG_HOME/X11/kdxinit" -- -keeptty -nolisten tcp
#[ -z $DISPLAY ] && [ "$(fgconsole)" -eq 1 ] && exec startplasma-wayland