1
0
Fork 0

Fixes 20200924

This commit is contained in:
J. Elfring (x) 2020-09-24 22:08:21 +02:00
parent 42f8d1e7e9
commit c77f128cd4
4 changed files with 10 additions and 7 deletions

View file

@ -8,7 +8,9 @@ set $alt Mod1
# Font for window titles. Will also be used by the bar unless a different font
# is used in the bar {} block below.
#font pango:Terminus 8
font pango:Inconsolata 10
#font pango:B612 10
#font pango:DejaVu Sans Mono 12
font pango:Inconsolata 12
# This font is widely installed, provides lots of unicode glyphs, right-to-left
# text rendering and scalability on retina/hidpi displays (thanks to pango).

View file

@ -8,6 +8,6 @@
package {'free42': ensure => installed}
package {'insync': ensure => installed}
package {'c-lolcat': ensure => installed}
package {'ttf-b612': ensure => installed}
package {'python-i3-py': ensure => installed}
package {'ttf-unifont': ensure => installed}
package {'ttf-symbola': ensure => installed}

View file

@ -19,7 +19,6 @@ package {'autoconf': ensure => installed}
package {'automake': ensure => installed}
package {'bash': ensure => installed}
package {'bash-completion': ensure => installed}
package {'bind-tools': ensure => installed}
package {'binutils': ensure => installed}
package {'bison': ensure => installed}
package {'blueman': ensure => installed}
@ -31,7 +30,6 @@ package {'coreutils': ensure => installed}
package {'cryptsetup': ensure => installed}
package {'ctags': ensure => installed}
package {'curl': ensure => installed}
package {'dcfldd': ensure => installed}
package {'device-mapper': ensure => installed}
package {'dhcpcd': ensure => installed}
package {'dialog': ensure => installed}
@ -94,7 +92,6 @@ package {'mdadm': ensure => installed}
package {'mercurial': ensure => installed}
package {'mplayer': ensure => installed}
package {'nano': ensure => installed}
package {'netctl': ensure => installed}
package {'network-manager-applet': ensure => installed}
package {'networkmanager': ensure => installed}
package {'nmap': ensure => installed}
@ -109,10 +106,8 @@ package {'pcmanfm-gtk3': ensure => installed}
package {'perl': ensure => installed}
package {'perl-date-manip': ensure => installed}
package {'perl-finance-quote': ensure => installed}
package {'perl-www-curl': ensure => installed}
package {'procps-ng': ensure => installed}
package {'psmisc': ensure => installed}
package {'python-i3-py': ensure => installed}
package {'qrencode': ensure => installed}
package {'rng-tools': ensure => installed}
package {'ruby': ensure => installed}

View file

@ -12,3 +12,9 @@ https://docs.microsoft.com/en-us/answers/questions/42095/sharing-screen-not-work
sudo mv /usr/share/teams/resources/app.asar.unpacked/node_modules/slimcore/bin/rect-overlay \
/usr/share/teams/resources/app.asar.unpacked/node_modules/slimcore/bin/rect-overlay.borked
#+END_EXAMPLE
* Filemanager: Folders before files
#+BEGIN_EXAMPLE
gsettings set org.gtk.Settings.FileChooser sort-directories-first true
#+END_EXAMPLE