• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Revisão8adbb284706682d5a5831c62f809fd9d58e56445 (tree)
Hora2020-03-20 02:22:54
Autorcreio <mailcreio@gmai...>
Commitercreio

Mensagem de Log

2020.03.19 Update bspwm conf

Mudança Sumário

Diff

--- a/.Xresources
+++ b/.Xresources
@@ -6,10 +6,14 @@ Xft.autohint: false
66 Xft.hintstyle: hintslight
77 Xft.lcdfilter: lcddefault
88
9-#include ".colors/2dark"
9+#include ".colors/dui"
1010
1111 !URxvt.font: xft:Cozette:size=9
12-URxvt.font: xft:Hack Nerd Font Mono:size=9
12+!URxvt.font: xft:Hack Nerd Font Mono:size=9
13+
14+!!! xlsfonts | grep ttyp0
15+URxvt*font: -uw-ttyp0-medium-r-normal--14-130-75-75-c-70-iso10646-1,xft:Hack Nerd Font Mono:size=9
16+URxvt*boldFont: -uw-ttyp0-medium-r-normal--14-130-75-75-c-70-iso10646-1,xft:Hack Nerd Font Mono:size=9
1317
1418 URxvt*geometry: 84x22
1519 URxvt.internalBorder: 15
--- a/.alias_zsh
+++ b/.alias_zsh
@@ -153,6 +153,8 @@ alias gpl="git pull"
153153 alias gp="git push"
154154 alias gpm="git push origin master"
155155 alias ghab="$BROWSER http://github.com/ctlos &"
156+# yarn global add github-search-repos-cli
157+alias gsc="github-search-repos -i"
156158
157159 # tor chromium
158160 alias torc="$BROWSER --proxy-server='socks://127.0.0.1:9050' &"
@@ -254,6 +256,14 @@ alias yrn="yay -R --noconfirm"
254256 alias yskip="yay --mflags '--nocheck --skippgpcheck --noconfirm'"
255257 alias ynskip="yay --mflags --skipinteg --noconfirm"
256258
259+# systemd
260+alias sse="sudo systemctl enable"
261+alias ssd="sudo systemctl disable"
262+alias ssen="sudo systemctl enable --now"
263+alias ssdn="sudo systemctl disable --now"
264+alias ssr="sudo systemctl restart"
265+alias sss="sudo systemctl status"
266+
257267 # Python
258268 alias ve="virtualenv ve"
259269 alias vea="source ve/bin/activate"
--- a/.bin/creio.sh
+++ b/.bin/creio.sh
@@ -15,34 +15,60 @@ if [[ $EUID -ne 0 ]]; then
1515 exit 1
1616 fi
1717
18-R_DISK="sdb1"
19-B_DISK="sdb2"
20-H_DISK="sdb3"
21-S_DISK="sdb4"
18+R_DISK="sda6"
19+B_DISK="sda2"
20+# H_DISK="sdb3"
21+S_DISK="sda3"
2222
2323 loadkeys ru
2424 setfont cyr-sun16
2525
2626 timedatectl set-ntp true
2727
28-mkfs.ext4 /dev/$R_DISK -L root
2928
29+### ////// btrfs mbr ///////
30+mkfs.btrfs -f -L "root" /dev/$R_DISK
3031 mkfs.ext2 /dev/$B_DISK -L boot
31-# mkfs.fat -F32 /dev/$B_DISK -L boot
32-
33-mkfs.ext4 /dev/$H_DISK -L home
34-mkswap /dev/$S_DISK -L swap
32+mkswap -L "swap" /dev/$S_DISK
3533
3634 mount /dev/$R_DISK /mnt
35+btrfs subvolume create /mnt/@
36+btrfs subvolume create /mnt/@home
37+umount /mnt
3738
39+mount -o subvol=@,compress=lzo,relatime,space_cache,autodefrag /dev/$R_DISK /mnt
3840 mkdir /mnt/{boot,home}
41+mount /dev/$B_DISK /mnt/boot
42+mount -o subvol=@home,compress=lzo,relatime,space_cache,autodefrag /dev/$R_DISK /mnt/home
43+# // ssd trim
44+# mount -o subvol=@,compress=lzo,ssd,discard,relatime,space_cache,autodefrag /dev/$R_DISK /mnt
45+# mount -o subvol=@home,compress=lzo,ssd,discard,relatime,space_cache,autodefrag /dev/$R_DISK /mnt/home
46+swapon /dev/$S_DISK
47+### ////// end btrfs mbr ///////
48+
49+
50+### ////// ext4 mbr & efi ///////
51+# mkfs.ext4 /dev/$R_DISK -L root
52+
53+# mkfs.ext2 /dev/$B_DISK -L boot
54+# mkfs.fat -F32 /dev/$B_DISK -L boot
55+
56+# mkfs.ext4 /dev/$H_DISK -L home
57+# mkswap /dev/$S_DISK -L swap
58+
59+# mount /dev/$R_DISK /mnt
60+
61+# mkdir /mnt/{boot,home}
3962 # mkdir -p /mnt/{boot/efi,home}
4063
41-mount /dev/$B_DISK /mnt/boot
64+# mount /dev/$B_DISK /mnt/boot
4265 # mount /dev/$B_DISK /mnt/boot/efi
4366
44-mount /dev/$H_DISK /mnt/home
45-swapon /dev/$S_DISK
67+# mount /dev/$H_DISK /mnt/home
68+# swapon /dev/$S_DISK
69+### ////// end ext4 mbr & efi ///////
70+
71+
4672
4773 pacman -Sy --noconfirm --needed reflector
4874 reflector -c "Russia" -c "Belarus" -c "Ukraine" -c "Poland" -f 20 -l 20 -p https -p http -n 20 --save /etc/pacman.d/mirrorlist --sort rate
--- a/.bin/creio2.sh
+++ b/.bin/creio2.sh
@@ -5,7 +5,7 @@
55 # wget git.io/creio2.sh
66 # nano creio2.sh
77
8-DISK="sdb"
8+DISK="sda"
99
1010 sed -i "/\[multilib\]/,/Include/"'s/^#//' /etc/pacman.conf
1111
@@ -22,24 +22,9 @@ fi
2222 echo
2323 pacman -S --noconfirm --needed $virtualbox_install
2424
25-pack="xorg-apps xorg-server xorg-xinit \
26-mesa xf86-video-nouveau \
27-networkmanager network-manager-applet \
28-gtk-engines gtk-engine-murrine xdg-user-dirs-gtk qt4 qt5-styleplugins qt5ct \
29-arc-gtk-theme papirus-icon-theme \
30-ttf-dejavu ttf-hack ttf-roboto ttf-ubuntu-font-family ttf-font-awesome \
31-alsa-utils gstreamer pulseaudio pulseaudio-alsa \
32-ffmpeg mpc mpd mpv ncmpcpp streamlink youtube-dl youtube-viewer rofi \
33-bash-completion gtk2-perl rxvt-unicode urxvt-perls slop wmctrl zsh zsh-syntax-highlighting \
34-dunst reflector ranger htop scrot imagemagick picom w3m \
35-openssh tmux \
36-curl wget git rsync python-pip unzip unrar p7zip \
37-gvfs gvfs-afc gvfs-goa gvfs-mtp ntfs-3g \
38-gamin thunar thunar-archive-plugin thunar-media-tags-plugin thunar-volman tumbler \
39-gsimplecal redshift numlockx volumeicon \
40-atril audacious cherrytree galculator gimp gparted firefox firefox-i18n-ru \
41-gufw nitrogen pavucontrol simplescreenrecorder transmission-gtk viewnior keepassxc veracrypt \
42-exo garcon gtk-xfce-engine xfce4-power-manager xfce4-session xfce4-settings xfconf xfdesktop xfwm4"
25+pack="networkmanager bash-completion \
26+reflector htop openssh tmux btrfs-progs \
27+curl wget git rsync unzip unrar p7zip gnu-netcat pv"
4328
4429 pacman -S --noconfirm --needed $pack
4530
@@ -49,13 +34,12 @@ passwd
4934 # user add & password
5035 while true; do
5136 clear
52- echo -e "\nWhat would you like your username to be?
53- \n\nDo NOT pick the name of an already existing user. This will overwrite their files!"
37+ echo -e "add new user"
5438
5539 printf "\n\nUsername: "
5640 read -r USER
5741
58- printf "You chose %s for your name. Wanna continue? [y/N]: " "$USER"
42+ printf "New user %s. Continue? [y/N]: " "$USER"
5943 read -r answer
6044
6145 case $answer in
@@ -63,7 +47,7 @@ while true; do
6347 esac
6448 done
6549
66-useradd -m -g users -G "adm,audio,log,network,rfkill,scanner,storage,optical,power,wheel" -s /bin/zsh "$USER"
50+useradd -m -g users -G "adm,audio,log,network,rfkill,scanner,storage,optical,power,wheel" -s /bin/bash "$USER"
6751 passwd "$USER"
6852 echo "%wheel ALL=(ALL) ALL" >> /etc/sudoers
6953
@@ -79,6 +63,12 @@ echo "LANG=ru_RU.UTF-8" > /etc/locale.conf
7963 echo "KEYMAP=ru" >> /etc/vconsole.conf
8064 echo "FONT=cyr-sun16" >> /etc/vconsole.conf
8165
66+### rm fsck btrfs
67+### add keyboard keymap
68+# HOOKS=(base udev autodetect modconf block filesystems keyboard keymap fsck)
69+# HOOKS=(base udev autodetect modconf block filesystems keyboard keymap)
70+nano /etc/mkinitcpio.conf
71+
8272 mkinitcpio -p linux
8373
8474 pacman -S --noconfirm --needed grub
@@ -90,6 +80,6 @@ grub-install /dev/$DISK
9080 grub-mkconfig -o /boot/grub/grub.cfg
9181
9282 systemctl enable NetworkManager
93-# systemctl enable lightdm
83+systemctl enable sshd
9484
9585 echo "System Setup Complete"
--- a/.bin/draw
+++ b/.bin/draw
@@ -18,7 +18,7 @@ g=${W}x${H}+${X}+${Y}
1818
1919 # Draw with floating rule
2020 # bspc rule -a URxvt -o state=floating follow=on focus=on
21-urxvtc -name Draw -g $g &
21+urxvtc -name Float -g $g &
2222
2323 # Restore the rule
2424 # bspc rule -a URxvt:Draw state=floating follow=on focus=on
--- a/.bin/window-center
+++ b/.bin/window-center
@@ -8,4 +8,4 @@ height=$(xdotool getactivewindow getwindowgeometry --shell | head -5 | tail -1 |
88 newPosX=$((screenWidth/2-width/2))
99 newPosY=$((screenHeight/2-height/2))
1010
11-xdotool getactivewindow windowmove "$newPosX" "$newPosY"
\ No newline at end of file
11+xdotool getactivewindow windowmove "$newPosX" "$newPosY"
--- a/.bin/xfce-theme.sh
+++ b/.bin/xfce-theme.sh
@@ -8,7 +8,7 @@ qt_conf="$HOME/.config/qt5ct/qt5ct.conf"
88 # preferences for light theme mode
99 PREF_LIGHT_THEME="lui"
1010 PREF_LIGHT_DECO="lui"
11-PREF_LIGHT_BG="$HOME/.wall/wl2.jpg"
11+PREF_LIGHT_BG="$HOME/.wall/Crowl.png"
1212 PREF_LIGHT_ICO="lui-ico"
1313
1414 sublime_theme_light="gruvbox"
@@ -26,8 +26,8 @@ sublime_colorscheme_dark="Packages\\/One Dark Color Scheme\\/One Dark.tmTheme"
2626 # Xresources color theme ~/.colors
2727 xresources_conf="$HOME/.Xresources"
2828
29-xresources_color_light="colors\\/ll"
30-xresources_color_dark="colors\\/2dark"
29+xresources_color_light="colors\\/lui"
30+xresources_color_dark="colors\\/dui"
3131
3232 # rofi conf
3333 rofi_conf="$HOME/.config/rofi/config"
--- /dev/null
+++ b/.colors/dui
@@ -0,0 +1,29 @@
1+*.foreground: #e8eaef
2+*.background: #161720
3+*.cursorColor: #b4b6e4
4+*.border: #161720
5+
6+*.color0: #1f1d27
7+*.color1: #ffa2b1
8+*.color2: #baffd9
9+*.color3: #fcfcb1
10+*.color4: #aeb1ff
11+*.color5: #ffbdf1
12+*.color6: #87d2ff
13+*.color7: #e8eaef
14+
15+*.color8: #546E7A
16+*.color9: #ffa2b1
17+*.color10: #baffd9
18+*.color11: #fcfcb1
19+*.color12: #aeb1ff
20+*.color13: #ffbdf1
21+*.color14: #87d2ff
22+*.color15: #e8eaef
23+
24+!State: ´bg´, ´fg´, ´bgalt´, ´hlbg´, ´hlfg´
25+rofi.color-normal: #161720, #e8eaef, #161720, #5A74CA, #161720
26+rofi.color-urgent: #161720, #e8eaef, #161720, #5A74CA, #161720
27+rofi.color-active: #161720, #e8eaef, #161720, #5A74CA, #161720
28+! ´background´, ´border´
29+rofi.color-window: #161720, #75444A57
--- /dev/null
+++ b/.colors/lui
@@ -0,0 +1,30 @@
1+*.foreground: #002b36
2+*.background: #eee8d5
3+*.cursorColor: #0f0f0f
4+*.border: #eee8d5
5+
6+*.color0: #1d1f21
7+*.color1: #dc322f
8+*.color2: #198844
9+*.color3: #b58900
10+*.color4: #268bd2
11+*.color5: #d33682
12+*.color6: #2aa198
13+*.color7: #073642
14+
15+*.color8: #969896
16+*.color9: #cb4b16
17+*.color10: #93a1a1
18+*.color11: #839496
19+*.color12: #657b83
20+*.color13: #6c71c4
21+*.color14: #586e75
22+*.color15: #9EA1AF
23+
24+! Property Name BG Border Separator
25+rofi.color-window: #f2f3f4, #ffffff, #fafafa
26+
27+! Property Name BG FG BG-alt Head-BG Head-FG
28+rofi.color-normal: #f2f3f4, #9c9c9c, #f2f3f4, #f2f3f4, #0f0f0f
29+rofi.color-active: #f2f3f4, #9c9c9c, #f2f3f4, #f2f3f4, #0f0f0f
30+rofi.color-urgent: #f2f3f4, #9c9c9c, #f2f3f4, #f2f3f4, #0f0f0f
--- a/.config/bspwm/autostart
+++ b/.config/bspwm/autostart
@@ -1,14 +1,15 @@
11 #! /bin/sh
22
3-sxhkd &
3+sxhkd -c $HOME/.config/sxhkd/sxhkdrc.bspwm &
44
55 setxkbmap -layout us,ru -option "grp:win_space_toggle,grp_led:scroll" &
6-compton -b --config ~/.config/compton.conf &
7-hsetroot -center $HOME/.wall/wl3.jpg &
6+picom -b --config ~/.config/picom.conf &
7+hsetroot -fill $HOME/.wall/Crow.png &
8+# hsetroot -add '#b89ca8' -add '#202029' -gradient 130 &
9+# hsetroot -solid '#35303e' &
810 $HOME/.config/bspwm/polybar/launch.sh &
911 tint2 -c ~/.config/tint2/tray.tint2rc &
1012 dunst &
11-thunar --daemon &
1213 numlockx &
1314 xsettingsd &
1415 # pulseaudio --start &
@@ -16,10 +17,11 @@ xsettingsd &
1617 /usr/lib/xfce-polkit/xfce-polkit &
1718 redshift-gtk &
1819 xfce4-power-manager &
19-# caffeine &
20+caffeine &
2021 # udiskie -t &
2122 # nm-applet &
22-greenclip daemon &
23-unclutter &
24-megasync &
23+clipit &
24+# greenclip daemon &
25+# unclutter &
26+# megasync &
2527 telegram-desktop &
--- a/.config/bspwm/bspwmrc
+++ b/.config/bspwm/bspwmrc
@@ -27,10 +27,10 @@ bspc config gapless_monocle false
2727 bspc config single_monocle true
2828 bspc config focus_follows_pointer true
2929
30-bspc desktop ^1 -l monocle
30+# bspc desktop ^1 -l monocle
3131 bspc desktop ^2 -l monocle
32-bspc desktop ^5 -l monocle
33-bspc desktop ^6 -l monocle
32+# bspc desktop ^5 -l monocle
33+# bspc desktop ^6 -l monocle
3434 bspc desktop ^9 -l monocle
3535 bspc desktop ^10 -l monocle
3636
@@ -39,9 +39,9 @@ bspc rule -a URxvt:Tiled desktop='^1' follow=on
3939 bspc rule -a URxvt:Tmux desktop='^1' follow=on
4040 bspc rule -a Chromium desktop='^2'
4141 bspc rule -a Subl3 desktop='^3'
42-# bspc rule -a Thunar desktop='^4' state=pseudo_tiled
43-bspc rule -a Thunar desktop='^4'
44-bspc rule -a Thunar:Dialog state=floating center=true
42+# bspc rule -a Nemo desktop='^4' state=pseudo_tiled
43+bspc rule -a Nemo desktop='^4'
44+bspc rule -a Nemo:Dialog state=floating center=true
4545 bspc rule -a TelegramDesktop desktop='^5' follow=on
4646 bspc rule -a discord desktop='^5' follow=on
4747 bspc rule -a Gimp-2.10 desktop='^6'
@@ -61,6 +61,7 @@ bspc rule -a URxvt:Ranger sticky=on state=floating rectangle=1220x650+0+0 center
6161 bspc rule -a URxvt:Pacui sticky=on state=floating rectangle=800x450+0+0 center=on
6262 bspc rule -a URxvt:Float state=floating
6363 bspc rule -a Gnome-calculator state=floating
64+bspc rule -a Galculator state=floating
6465 bspc rule -a Gpick state=floating
6566 bspc rule -a GParted state=floating
6667 bspc rule -a File-roller state=floating
@@ -82,10 +83,10 @@ bspc rule -a Tint2 border=off manage=off layer=above state=floating
8283 bspc rule -a '*:Kunst' sticky=on layer=below border=off focus=off
8384 # bspc rule -a Sxiv:Kunst sticky=on layer=below border=off focus=off manage=off rectangle=250x250+1055+60
8485
85-# Set Desktop 7 to start with floating windows
86-FLOATING_DESKTOP_ID=$(bspc query -D -d '^7')
87-bspc subscribe node_manage | while read -a msg ; do
88- desk_id=${msg[2]}
89- wid=${msg[3]}
90- [ "$FLOATING_DESKTOP_ID" = "$desk_id" ] && bspc node "$wid" -t floating
86+# Set Desktop to start with floating windows
87+FLOATING_DESKTOP_ID_5=$(bspc query -D -d '^5')
88+bspc subscribe node | while read -a msg ; do
89+ desk_id=${msg[2]}
90+ wid=${msg[3]}
91+ [ "$FLOATING_DESKTOP_ID_5" = "$desk_id" ] && bspc node "$wid" -t floating
9192 done
--- a/.config/bspwm/polybar/config
+++ b/.config/bspwm/polybar/config
@@ -1,9 +1,11 @@
11 [colors]
22 # background = ${xrdb:background}
3-background = #902A253E
3+background = #901D2026
44 foreground = ${xrdb:color7}
5-accent = #958485CE
5+accent = #95b4b6e4
66 text = #9baec8
7+light = #d5d6d7
8+suffix = #ff0404
79
810 [settings]
911 screenchange-reload = true
@@ -44,17 +46,20 @@ padding-right = 0
4446 module-margin-left = 5
4547 module-margin-right = 0
4648
47-font-0 = "ClearSansMedium:size=9:antialias=false;2"
49+#font-0 = "ClearSansMedium:size=9:antialias=false;2"
50+font-0 = "Ubuntu:style=Bold:size=8:antialias=false;2"
51+#font-2 = "Siji:pixelsize=8;1"
4852 # Cat unicode: echo -e "\uF31A"
4953 font-1 = "Font Awesome 5 Free:style=Regular:pixelsize=8;2"
5054 font-2 = "Font Awesome 5 Free:style=Solid:pixelsize=8;2"
5155 font-3 = "Font Awesome 5 Brands:pixelsize=8;2"
5256 font-4 = "Hack Nerd Font Mono:pixelsize=8:antialias=false;2"
57+font-5 = "Weather Icons:style=Regular:pixelsize=9;2"
5358
5459
55-modules-left = app term rss cpu memory uparch
60+modules-left = app cpu memory uparch wtr mpd_sh mpd
5661 modules-center = bspwm
57-modules-right = tor mpd alsa date xkeyboard power
62+modules-right = fs tor alsa date xkeyboard power
5863
5964 cursor-click = pointer
6065 cursor-scroll = ns-resize
@@ -67,6 +72,116 @@ enable-ipc = true
6772
6873
6974 # ##########################################
75+[module/app]
76+type = custom/text
77+content = 
78+content-foreground = ${colors.foreground}
79+content-background = ${colors.accent}
80+content-padding = 3
81+click-left = rofi -modi run,drun -show drun -location 1 -xoffset 15 -yoffset 39 -line-padding 4 -columns 1 -width 25 -lines 10 -padding 15 -hide-scrollbar -show-icons -drun-icon-theme
82+click-right = "~/.config/rofi/scripts/apps.sh &"
83+# click-right = "jgmenu_run >/dev/null 2>&1 &"
84+# click-right = ~/.bin/rofi-favapp
85+# click-right = mylaunchpad xfce-applications
86+
87+
88+
89+[module/cpu]
90+type = internal/cpu
91+interval = 2
92+format-prefix = " "
93+format-prefix-foreground = ${colors.accent}
94+label = %percentage%%
95+
96+
97+
98+[module/memory]
99+type = internal/memory
100+interval = 2
101+format-prefix = " "
102+format-prefix-foreground = ${colors.accent}
103+label = %percentage_used%%
104+
105+
106+
107+[module/uparch]
108+type = custom/script
109+exec = ~/.config/bspwm/polybar/uparch.sh
110+interval = 600
111+format-prefix = " "
112+format-prefix-foreground = ${colors.accent}
113+click-left = "urxvt -e yay -Syyu &"
114+click-right = "urxvt -name Pacui -e pacui &"
115+
116+# [module/pkg]
117+# type = custom/script
118+# exec = updates.sh
119+# exec-if = "ping -q -w 2 -c 1 176.34.135.167 > /dev/null"
120+# label = %{A1:urxvt -e "yay -Syyu" & disown:} %{A3:urxvt -name "Pacui" -e "pacui" & disown:}%{F#B48EAD}%{F-} %output%%{A} %{A}
121+# tail = true
122+
123+
124+
125+[module/wtr]
126+type = custom/script
127+exec = ~/.config/polybar/wtr.sh
128+format-foreground = ${colors.text}
129+# format-padding = 1
130+interval = 600
131+# label-font = 5
132+# click-left =
133+
134+
135+
136+[module/title]
137+type = internal/xwindow
138+format-padding = 1
139+label = "%title:0:30:...%"
140+label-maxlen = 30
141+
142+
143+
144+[module/mpd_sh]
145+type = custom/text
146+content = 
147+content-foreground = ${colors.foreground}
148+content-background = ${colors.accent}
149+content-padding = 3
150+click-left = "~/.config/rofi/scripts/menu_mpd.sh &"
151+
152+
153+
154+[module/mpd]
155+type = internal/mpd
156+interval = 2
157+format-online = <label-song> <icon-prev> <toggle> <icon-next>
158+format-online-padding = 0
159+label-song = "%artist% - %title%"
160+label-song-maxlen = 25
161+label-song-ellipsis = true
162+label-offline = " mpd off"
163+label-song-foreground = ${colors.text}
164+
165+icon-play = 
166+icon-pause = 
167+icon-stop = 
168+icon-prev = 
169+icon-next = 
170+icon-seekb =
171+icon-seekf =
172+icon-random =
173+icon-repeat =
174+icon-repeatone =
175+icon-single =
176+icon-consume =
177+icon-play-foreground = ${colors.accent}
178+icon-pause-foreground = ${colors.accent}
179+icon-stop-foreground = ${colors.accent}
180+icon-prev-foreground = ${colors.accent}
181+icon-next-foreground = ${colors.accent}
182+
183+
184+
70185 [module/bspwm]
71186 type = internal/bspwm
72187
@@ -104,87 +219,44 @@ label-empty-padding = 4
104219
105220
106221
107-[module/uparch]
108-type = custom/script
109-exec = ~/.config/bspwm/polybar/uparch.sh
110-interval = 600
111-format-prefix = " "
112-format-prefix-foreground = ${colors.accent}
113-click-left = "urxvt -name Pacui -e pacui &"
222+[module/fs]
223+type = internal/fs
224+mount-0 = /
225+mount-1 = /home
226+mount-2 = /media/files
227+interval = 10
228+fixed-values = true
229+spacing = 1
230+format-mounted = <label-mounted>
231+format-mounted-prefix = 
232+format-mounted-padding = 1
233+format-mounted-prefix-foreground = ${colors.accent}
234+format-unmounted = <label-unmounted>
235+format-unmounted-prefix = 
236+format-unmounted-padding = 1
237+format-unmounted-prefix-foreground = ${colors.suffix}
238+label-mounted = " %free%"
239+label-unmounted = %mountpoint%: not mounted
240+label-unmounted-foreground = ${colors.text}
114241
115242
116243
117244 [module/tor]
118245 type = custom/script
119-exec = ~/.config/bspwm/status tor
246+exec = ~/.config/polybar/ctlos/status tor
120247 interval = 6
121248 format = <label>
122-# format-padding = 1
249+format-prefix = " "
250+format-prefix-foreground = ${colors.accent}
251+format-padding = 0
123252 click-left = "systemctl restart tor"
124253 click-right = "systemctl stop tor"
125254
126255
127256
128-[module/title]
129-type = internal/xwindow
130-format-padding = 1
131-label = "%title:0:20:...%"
132-label-maxlen = 20
133-
134-
135-[module/term]
136-type = custom/text
137-content = 
138-content-foreground = ${colors.accent}
139-# click-left = "urxvt -name tmux -geometry 190x50 -e tmux new -s proc -d ranger\; splitw -dv htop\; splitw -dh gotop\; splitw -dh\; attach &"
140-click-left = "urxvt -name Tmux -e sh -c '~/.bin/rxrun.sh' &"
141-click-right = "urxvt -name Tmux -e sh -c 'tmux attach || tmux new -s work' &"
142-
143-
144-
145-[module/app]
146-type = custom/text
147-content = 
148-content-foreground = ${xrdb:color7}
149-content-background = ${colors.accent}
150-content-padding = 3
151-click-left = rofi -show drun
152-# click-left = "jgmenu_run >/dev/null 2>&1 &"
153-click-right = ~/.bin/rofi-favapp
154-# click-right = mylaunchpad xfce-applications
155-
156-
157-
158-[module/rss]
159-type = custom/text
160-content = 
161-content-foreground = ${colors.accent}
162-click-left = "urxvt -name Newsboat -e newsboat &"
163-click-right =
164-
165-
166-
167-[module/cpu]
168-type = internal/cpu
169-interval = 2
170-format-prefix = " "
171-format-prefix-foreground = ${colors.accent}
172-label = %percentage%%
173-
174-
175-
176-[module/memory]
177-type = internal/memory
178-interval = 2
179-format-prefix = " "
180-format-prefix-foreground = ${colors.accent}
181-label = %percentage_used%%
182-
183-
184-
185257 [module/alsa]
186258 type = internal/alsa
187-format-volume = <ramp-volume> <label-volume>
259+format-volume = %{A3:~/.config/rofi/scripts/volume.sh & disown:}<ramp-volume> <label-volume>%{A} %{A}
188260 format-muted =  0%
189261 ramp-volume-0 = 
190262 ramp-volume-1 = 
@@ -193,6 +265,24 @@ ramp-volume-foreground = ${colors.accent}
193265
194266
195267
268+[module/date]
269+type = internal/date
270+interval = 1
271+# date = "%e %b,"
272+date-alt = "%e %B %Y,"
273+time = "%H:%M"
274+time-alt = "%H:%M:%S"
275+format-prefix = " "
276+format-prefix-foreground = ${colors.accent}
277+# format-underline = #5294E2
278+label =%{A3:gsimplecal & disown:}%date% %time%%{A} %{A}
279+# label = %date% %time%
280+# format-background = #132332
281+label-foreground = ${colors.text}
282+format-padding = 0
283+
284+
285+
196286 [module/xkeyboard]
197287 type = internal/xkeyboard
198288 blacklist-0 = num lock
@@ -200,52 +290,25 @@ blacklist-1 = caps lock
200290 format-prefix = " "
201291 format-prefix-foreground = ${colors.accent}
202292 label = %layout%
293+format-padding = 0
203294
204295
205296
206297 [module/power]
207298 type = custom/text
208299 content = 
209-content-foreground = ${xrdb:color7}
300+content-foreground = ${colors.foreground}
210301 content-background = ${colors.accent}
211302 content-padding = 3
212-click-left = ~/.config/bspwm/power
213-
214-
215-
216-[module/mpd]
217-type = internal/mpd
218-host = 127.0.0.1
219-port = 6600
220-# password = mysecretpassword
221-interval = 2
222-format-online = <icon-prev> <icon-stop> <toggle> <icon-next>
223-label-offline =  mpd off
224-icon-play = 
225-icon-pause = 
226-icon-stop = 
227-icon-prev = 
228-icon-next = 
229-icon-play-foreground = ${colors.accent}
230-icon-pause-foreground = ${colors.accent}
231-icon-stop-foreground = ${colors.accent}
232-icon-prev-foreground = ${colors.accent}
233-icon-next-foreground = ${colors.accent}
234-
303+click-left = "~/.config/rofi/scripts/powermenu.sh &"
304+click-right= "i3lock-fancy"
305+## ////////////////////////////
235306
236307
237-[module/date]
238-type = internal/date
239-interval = 1
240-# date = "%e %b,"
241-date-alt = "%e %B %Y,"
242-time = "%H:%M"
243-time-alt = "%H:%M:%S"
244-format-prefix = " "
245-format-prefix-foreground = ${colors.accent}
246-# format-underline = #5294E2
247-label =%{A3:gsimplecal & disown:}%date% %time%%{A} %{A}
248-# label = %date% %time%
249-# format-background = #132332
250-label-foreground = ${colors.text}
251-# format-padding =
\ No newline at end of file
308+[module/term]
309+type = custom/text
310+content = 
311+content-foreground = ${colors.accent}
312+# click-left = "urxvt -name tmux -geometry 190x50 -e tmux new -s proc -d ranger\; splitw -dv htop\; splitw -dh gotop\; splitw -dh\; attach &"
313+click-left = "urxvt -name Tmux -e sh -c '~/.bin/rxrun.sh' &"
314+click-right = "urxvt -name Tmux -e sh -c 'tmux attach || tmux new -s work' &"
--- /dev/null
+++ b/.config/bspwm/show_keys
@@ -0,0 +1,3 @@
1+#! /bin/bash
2+
3+cat ~/.config/sxhkd/sxhkdrc.bspwm | awk '/^[a-z]/ && last {print $0,"\t",last} {last=""} /^#/{last=$0}' | column -t -s $'\t' | fzf
Binary files a/.config/dconf/user and b/.config/dconf/user differ
--- a/.config/htop/htoprc
+++ b/.config/htop/htoprc
@@ -1,7 +1,7 @@
11 # Beware! This file is rewritten by htop when settings are changed in the interface.
22 # The parser is also very primitive, and not human-friendly.
33 fields=0 48 17 18 38 39 40 2 46 47 49 1
4-sort_key=47
4+sort_key=46
55 sort_direction=1
66 hide_threads=0
77 hide_kernel_threads=1
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -200,7 +200,7 @@ exec_always --no-startup-id "hsetroot -center $HOME/.wall/wl3.jpg"
200200 # exec_always --no-startup-id "xwinwrap -ov -ni -fs -- mpv -wid WID --keepaspect=no --loop ~/.config/wall/wl7.gif"
201201
202202 exec --no-startup-id numlockx
203-exec --no-startup-id "compton -b --config $HOME/.config/compton.conf"
203+exec --no-startup-id "picom -b --config $HOME/.config/picom.conf"
204204 exec --no-startup-id "setxkbmap -layout us,ru -option 'grp:win_space_toggle,grp_led:scroll'"
205205 #exec --no-startup-id "setxkbmap -layout us,ru -option 'grp:alt_mod1_toggle,grp_led:scroll'"
206206 exec --no-startup-id "thunar --daemon"
--- a/.config/mpd/pid
+++ b/.config/mpd/pid
@@ -1 +1 @@
1-491
1+495
--- a/.config/mpd/state
+++ b/.config/mpd/state
@@ -2,8 +2,8 @@ sw_volume: 100
22 audio_device_state:1:MPD pulse
33 audio_device_state:1:MPD FIFO
44 state: pause
5-current: 41
6-time: 145.192000
5+current: 51
6+time: 117.691000
77 random: 0
88 repeat: 0
99 single: 0
--- a/.config/polybar/ctlos/config
+++ b/.config/polybar/ctlos/config
@@ -47,6 +47,7 @@ module-margin-left = 5
4747 module-margin-right = 0
4848
4949 font-0 = "Ubuntu:style=Bold:size=8:antialias=false;2"
50+#font-2 = "Siji:pixelsize=8;1"
5051 # Cat unicode: echo -e "\uF31A"
5152 font-1 = "Font Awesome 5 Free:style=Regular:pixelsize=8;2"
5253 font-2 = "Font Awesome 5 Free:style=Solid:pixelsize=8;2"
--- a/.config/ranger/bookmarks
+++ b/.config/ranger/bookmarks
@@ -1,5 +1,5 @@
11 f:/home/st/files
2-':/home/st
2+':/home
33 m:/home/st/files/mega
44 d:/home/st/files/github/creio/dots
55 D:/home/st/Downloads
--- a/.config/ranger/history
+++ b/.config/ranger/history
@@ -1,12 +1,3 @@
1-open_wit
2-q
3-Q
4-!q
5-shell thunar
6-open_with 1
7-find sc
8-find st
9-find .bi
101 find .confi
112 find f
123 find fil
@@ -35,16 +26,25 @@ shell makepkg -s
3526 shell
3627 shell ./update.sh
3728 shell gap
38-open_with
3929 rename cn
4030 open_with
4131 rename xfce4.bak
4232 sear
4333 fin
4434 find zs
45-delete
4635 rename .bin
4736 search .wall
48-search wall
4937 search wa
5038 search wal
39+delete
40+open_with
41+search .xin
42+search xi
43+search conf
44+search bsp
45+search ran
46+search ,zsh
47+search .zsh
48+open_with mi
49+open_with micro
50+search wall
--- a/.config/ranger/rifle.conf
+++ b/.config/ranger/rifle.conf
@@ -85,7 +85,7 @@ ext x?html?, has w3m, terminal = w3m "$@"
8585 # Misc
8686 #-------------------------------------------
8787 # Define the "editor" $EDITOR for text files as first action
88-mime ^text, label editor = nano -- "$@"
88+mime ^text, label editor = micro -- "$@"
8989 mime ^text, label pager = "$PAGER" -- "$@"
9090 !mime ^text, label editor, ext xml|json|csv|tex|py|pl|rb|js|sh|php|html = nano -- "$@"
9191 !mime ^text, label pager, ext xml|json|csv|tex|py|pl|rb|js|sh|php|html = "$PAGER" -- "$@"
--- a/.config/rofi/scripts/menu_screenshot.sh
+++ b/.config/rofi/scripts/menu_screenshot.sh
@@ -9,18 +9,22 @@ rofi_command="rofi -theme themes/menu/screenshot.rasi"
99
1010 # Options
1111 screen=""
12+screen_d=""
1213 area=""
1314 crop_d=""
1415 window=""
1516
1617 # Variable passed to rofi
17-options="$screen\n$area\n$crop_d\n$window"
18+options="$screen\n$screen_d\n$area\n$crop_d\n$window"
1819
19-chosen="$(echo -e "$options" | $rofi_command -p '' -dmenu -selected-row 1)"
20+chosen="$(echo -e "$options" | $rofi_command -p '' -dmenu -selected-row 0)"
2021 case $chosen in
2122 $screen)
2223 # sleep 1; scrot 'scrot_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; viewnior $$(xdg-user-dir PICTURES)/$f'
23- flameshot full -c -p $(xdg-user-dir PICTURES)
24+ flameshot full -c -p $(xdg-user-dir PICTURES)/screen
25+ ;;
26+ $screen_d)
27+ flameshot full -d 5000 -c -p $(xdg-user-dir PICTURES)/screen
2428 ;;
2529 $area)
2630 # scrot -s 'scrot_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; viewnior $$(xdg-user-dir PICTURES)/$f'
@@ -30,6 +34,6 @@ case $chosen in
3034 flameshot gui -d 5000
3135 ;;
3236 $window)
33- sleep 1; scrot -u 'scrot_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES)/screen ; viewnior $$(xdg-user-dir PICTURES)/screen/$f'
37+ scrot -d 2 -u 'scrot_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES)/screen ; viewnior $$(xdg-user-dir PICTURES)/screen/$f'
3438 ;;
3539 esac
--- a/.config/rofi/scripts/screenshot.sh
+++ b/.config/rofi/scripts/screenshot.sh
@@ -9,18 +9,22 @@ rofi_command="rofi -theme themes/screenshot.rasi"
99
1010 # Options
1111 screen=""
12+screen_d=""
1213 area=""
1314 crop_d=""
1415 window=""
1516
1617 # Variable passed to rofi
17-options="$screen\n$area\n$crop_d\n$window"
18+options="$screen\n$screen_d\n$area\n$crop_d\n$window"
1819
19-chosen="$(echo -e "$options" | $rofi_command -p '' -dmenu -selected-row 1)"
20+chosen="$(echo -e "$options" | $rofi_command -p '' -dmenu -selected-row 0)"
2021 case $chosen in
2122 $screen)
2223 # sleep 1; scrot 'scrot_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; viewnior $$(xdg-user-dir PICTURES)/$f'
23- flameshot full -c -p $(xdg-user-dir PICTURES)
24+ flameshot full -c -p $(xdg-user-dir PICTURES)/screen
25+ ;;
26+ $screen_d)
27+ flameshot full -d 5000 -c -p $(xdg-user-dir PICTURES)/screen
2428 ;;
2529 $area)
2630 # scrot -s 'scrot_%Y-%m-%d-%S_$wx$h.png' -e 'mv $f $$(xdg-user-dir PICTURES) ; viewnior $$(xdg-user-dir PICTURES)/$f'
--- a/.config/sublime-text-3/Packages/User/Package Control.last-run
+++ b/.config/sublime-text-3/Packages/User/Package Control.last-run
@@ -1 +1 @@
1-1584450411
\ No newline at end of file
1+1584634797
\ No newline at end of file
--- a/.config/sxhkd/sxhkdrc.bspwm
+++ b/.config/sxhkd/sxhkdrc.bspwm
@@ -2,6 +2,10 @@
22 # wm independent hotkeys
33 #
44
5+# show help on key bindings
6+super + F1
7+ $HOME/.config/bspwm/bspwmfloat urxvt -name Float -e ~/.config/bspwm/show_keys
8+
59 # terminal emulator
610 alt + Return
711 sh -c "$HOME/.bin/draw"
@@ -23,7 +27,7 @@ alt + s
2327 subl3
2428
2529 alt + f
26- thunar
30+ nemo
2731
2832 alt + m
2933 telegram-desktop
@@ -31,8 +35,11 @@ alt + m
3135 alt + r
3236 urxvt -name Ranger -e ranger
3337
38+# alt + c
39+# #rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}'
40+# bspc node focused -t center=on
3441 alt + c
35- rofi -modi "clipboard:greenclip print" -show clipboard -run-command '{cmd}'
42+ sh -c "$HOME/.bin/window-center"
3643
3744 super + ctrl + p
3845 polybar-msg cmd toggle
@@ -65,7 +72,7 @@ super + b
6572 bspc node @focused:/ -B
6673
6774 # make sxhkd reload its configuration files:
68-super + Escape
75+alt + Escape
6976 pkill -USR1 -x sxhkd
7077
7178 #
@@ -184,7 +191,7 @@ super + ctrl + {1-9}
184191 bspc node -o 0.{1-9}
185192
186193 # cancel the preselection for the focused node
187-ctrl + alt + space
194+ctrl + Escape
188195 bspc node -p cancel
189196
190197 # cancel the preselection for the focused desktop
--- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml
@@ -130,7 +130,6 @@
130130 <property name="&lt;Alt&gt;F6" type="string" value="stick_window_key"/>
131131 <property name="&lt;Alt&gt;Delete" type="string" value="del_workspace_key"/>
132132 <property name="&lt;Primary&gt;F4" type="string" value="workspace_4_key"/>
133- <property name="&lt;Alt&gt;F7" type="string" value="move_window_key"/>
134133 <property name="&lt;Primary&gt;&lt;Alt&gt;KP_6" type="string" value="move_window_workspace_6_key"/>
135134 <property name="Up" type="string" value="up_key"/>
136135 <property name="&lt;Alt&gt;&lt;Shift&gt;Tab" type="string" value="cycle_reverse_windows_key"/>
@@ -138,7 +137,6 @@
138137 <property name="&lt;Primary&gt;&lt;Alt&gt;KP_1" type="string" value="move_window_workspace_1_key"/>
139138 <property name="&lt;Shift&gt;&lt;Alt&gt;Page_Up" type="string" value="raise_window_key"/>
140139 <property name="&lt;Primary&gt;&lt;Alt&gt;Home" type="string" value="move_window_prev_workspace_key"/>
141- <property name="&lt;Alt&gt;F8" type="string" value="resize_window_key"/>
142140 <property name="&lt;Primary&gt;&lt;Alt&gt;Left" type="string" value="left_workspace_key"/>
143141 <property name="&lt;Primary&gt;&lt;Shift&gt;&lt;Alt&gt;Up" type="string" value="move_window_up_key"/>
144142 <property name="&lt;Primary&gt;&lt;Alt&gt;KP_7" type="string" value="move_window_workspace_7_key"/>
@@ -163,6 +161,11 @@
163161 <property name="&lt;Alt&gt;&lt;Super&gt;Left" type="string" value="move_window_left_workspace_key"/>
164162 <property name="&lt;Alt&gt;&lt;Super&gt;Right" type="string" value="move_window_right_workspace_key"/>
165163 <property name="&lt;Super&gt;g" type="string" value="above_key"/>
164+ <property name="&lt;Super&gt;v" type="string" value="move_window_key"/>
165+ <property name="&lt;Super&gt;b" type="string" value="resize_window_key"/>
166+ <property name="&lt;Super&gt;n" type="string" value="raiselower_window_key"/>
167+ <property name="&lt;Super&gt;Down" type="string" value="tile_down_key"/>
168+ <property name="&lt;Super&gt;Up" type="string" value="tile_up_key"/>
166169 </property>
167170 </property>
168171 <property name="providers" type="array">
--- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-editor.xml
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-editor.xml
@@ -2,8 +2,8 @@
22
33 <channel name="xfce4-settings-editor" version="1.0">
44 <property name="last" type="empty">
5- <property name="window-width" type="int" value="764"/>
6- <property name="window-height" type="int" value="463"/>
5+ <property name="window-width" type="int" value="768"/>
6+ <property name="window-height" type="int" value="469"/>
77 <property name="paned-position" type="int" value="180"/>
88 </property>
99 </channel>
--- a/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
+++ b/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-settings-manager.xml
@@ -2,7 +2,7 @@
22
33 <channel name="xfce4-settings-manager" version="1.0">
44 <property name="last" type="empty">
5- <property name="window-width" type="int" value="768"/>
6- <property name="window-height" type="int" value="550"/>
5+ <property name="window-width" type="int" value="772"/>
6+ <property name="window-height" type="int" value="562"/>
77 </property>
88 </channel>
--- a/.dotsrc
+++ b/.dotsrc
@@ -108,6 +108,8 @@ ROOT_PATHS=(
108108 "/etc/pacman.conf"
109109 "/etc/sddm.conf"
110110 "/etc/vconsole.conf"
111+#
112+"/etc/pulse/daemon.conf"
111113 "/etc/pulse/default.pa"
112114 "/usr/share/sddm/themes/darkine"
113115 )
Binary files /dev/null and b/.wall/Crowl.png differ
--- a/.xinitrc
+++ b/.xinitrc
@@ -45,8 +45,8 @@ xsetroot -cursor_name left_ptr &
4545 # exec i3
4646 # exec awesome
4747 # exec openbox-session
48-hsetroot -fill ~/.wall/lcrow.png &
49-exec startxfce4
48+# hsetroot -fill ~/.wall/lcrow.png &
49+# exec startxfce4
5050 # $HOME/.config/sowm/sowm.sh &
5151 # exec sowm
5252 # sxhkd -c $HOME/.config/berry/sxhkdrc &
@@ -55,4 +55,5 @@ exec startxfce4
5555 # ### bspwm autostart
5656 # [ -f /etc/xprofile ] && source /etc/xprofile
5757 # [ -f ~/.xprofile ] && source ~/.xprofile
58-# exec bspwm
58+sh "${HOME}/.config/bspwm/autostart" &
59+exec bspwm
--- a/.xsettingsd
+++ b/.xsettingsd
@@ -7,5 +7,5 @@ Xft/RGBA "rgb"
77 Xft/HintStyle "hintslight"
88 Xft/Antialias 1
99
10-Net/IconThemeName "ln-ico"
11-Net/ThemeName "ln"
\ No newline at end of file
10+Net/IconThemeName "dui-ico"
11+Net/ThemeName "dui"
--- /dev/null
+++ b/root/etc/pulse/daemon.conf
@@ -0,0 +1,90 @@
1+# This file is part of PulseAudio.
2+#
3+# PulseAudio is free software; you can redistribute it and/or modify
4+# it under the terms of the GNU Lesser General Public License as published by
5+# the Free Software Foundation; either version 2 of the License, or
6+# (at your option) any later version.
7+#
8+# PulseAudio is distributed in the hope that it will be useful, but
9+# WITHOUT ANY WARRANTY; without even the implied warranty of
10+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11+# General Public License for more details.
12+#
13+# You should have received a copy of the GNU Lesser General Public License
14+# along with PulseAudio; if not, see <http://www.gnu.org/licenses/>.
15+
16+## Configuration file for the PulseAudio daemon. See pulse-daemon.conf(5) for
17+## more information. Default values are commented out. Use either ; or # for
18+## commenting.
19+
20+; daemonize = no
21+; fail = yes
22+; allow-module-loading = yes
23+; allow-exit = yes
24+; use-pid-file = yes
25+; system-instance = no
26+; local-server-type = user
27+; enable-shm = yes
28+; enable-memfd = yes
29+; shm-size-bytes = 0 # setting this 0 will use the system-default, usually 64 MiB
30+; lock-memory = no
31+; cpu-limit = no
32+
33+; high-priority = yes
34+; nice-level = -11
35+
36+; realtime-scheduling = yes
37+; realtime-priority = 5
38+
39+; exit-idle-time = 20
40+; scache-idle-time = 20
41+
42+; dl-search-path = (depends on architecture)
43+
44+; load-default-script-file = yes
45+; default-script-file = /etc/pulse/default.pa
46+
47+; log-target = auto
48+; log-level = notice
49+; log-meta = no
50+; log-time = no
51+; log-backtrace = 0
52+
53+resample-method = soxr-vhq
54+; avoid-resampling = false
55+; enable-remixing = yes
56+; remixing-use-all-sink-channels = yes
57+; enable-lfe-remixing = no
58+; lfe-crossover-freq = 0
59+
60+flat-volumes = no
61+; flat-volumes = yes
62+
63+; rlimit-fsize = -1
64+; rlimit-data = -1
65+; rlimit-stack = -1
66+; rlimit-core = -1
67+; rlimit-as = -1
68+; rlimit-rss = -1
69+; rlimit-nproc = -1
70+; rlimit-nofile = 256
71+; rlimit-memlock = -1
72+; rlimit-locks = -1
73+; rlimit-sigpending = -1
74+; rlimit-msgqueue = -1
75+; rlimit-nice = 31
76+; rlimit-rtprio = 9
77+; rlimit-rttime = 200000
78+
79+default-sample-format = s32le
80+default-sample-rate = 192000
81+alternate-sample-rate = 176400
82+; default-sample-channels = 2
83+; default-channel-map = front-left,front-right
84+
85+; default-fragments = 4
86+; default-fragment-size-msec = 25
87+
88+; enable-deferred-volume = yes
89+; deferred-volume-safety-margin-usec = 8000
90+; deferred-volume-extra-delay-usec = 0