From c77f128cd4e2f336079768048cd10855e93f3b33 Mon Sep 17 00:00:00 2001 From: "J. Elfring (x)" Date: Thu, 24 Sep 2020 22:08:21 +0200 Subject: [PATCH] Fixes 20200924 --- simpleDots/i3/config | 4 +++- sysconfig_arch/cfg_workstation-aur.pp | 2 +- sysconfig_arch/cfg_workstation.pp | 5 ----- tweaks.org | 6 ++++++ 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/simpleDots/i3/config b/simpleDots/i3/config index aa4b76b..52265ae 100644 --- a/simpleDots/i3/config +++ b/simpleDots/i3/config @@ -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). diff --git a/sysconfig_arch/cfg_workstation-aur.pp b/sysconfig_arch/cfg_workstation-aur.pp index 282c563..d4f0874 100644 --- a/sysconfig_arch/cfg_workstation-aur.pp +++ b/sysconfig_arch/cfg_workstation-aur.pp @@ -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} diff --git a/sysconfig_arch/cfg_workstation.pp b/sysconfig_arch/cfg_workstation.pp index 2969e41..3073710 100644 --- a/sysconfig_arch/cfg_workstation.pp +++ b/sysconfig_arch/cfg_workstation.pp @@ -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} diff --git a/tweaks.org b/tweaks.org index e86ec91..5ebd609 100644 --- a/tweaks.org +++ b/tweaks.org @@ -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 +