[rc] small misc changes
[~bandali/configs] / rc.org
diff --git a/rc.org b/rc.org
index c8c71bc..b89e2c8 100644 (file)
--- a/rc.org
+++ b/rc.org
@@ -927,7 +927,7 @@ general {
 order += "disk /"
 order += "disk /data"
 order += "wireless _first_"
-order += "ethernet _first_"
+order += "ethernet _first_"
 order += "battery 0"
 order += "volume master"
 order += "load"
@@ -938,11 +938,11 @@ wireless _first_ {
         format_down = "W: down"
 }
 
-ethernet _first_ {
-        # if you use %speed, i3status requires root privileges
-        format_up = "E: %ip (%speed)"
-        format_down = "E: down"
-}
+ethernet _first_ {
+        # if you use %speed, i3status requires root privileges
+        format_up = "E: %ip (%speed)"
+        format_down = "E: down"
+}
 
 battery 0 {
         format = "%status %percentage %remaining (%consumption)"
@@ -4030,7 +4030,10 @@ bar {
 }
 
 # font pango: benis uushi 9
-font pango: Ubuntu Mono 11
+# font pango: Ubuntu Mono 11
+# font pango: Inconsolata 11
+font pango: DejaVu Sans Mono 9
+# font pango: Liberation Mono 9
 
 include /etc/sway/config.d/*
 #+end_src
@@ -4936,8 +4939,6 @@ URxvt.keysym.Shift-Up:      command:\033]720;1\007
 URxvt.keysym.Shift-Down:    command:\033]721;1\007
 
 URxvt.perl-ext-common:      default,clipboard,url-select,keyboard-select
-URxvt.perl-ext:             bidi
-URxvt.bidi.enabled:         1
 URxvt.url-select.launcher:  firefox
 URxvt.url-select.underline: true
 URxvt.keysym.M-u:           perl:url-select:select_next
@@ -5248,6 +5249,8 @@ export MOZ_USE_XINPUT2=1  # precise scrolling in firefox
 #export JAVA_HOME=/usr/lib/jvm/java-8-openjdk
 #export ANDROID_JACK_VM_ARGS="-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx4G"
 
+export NIXPKGS=$HOME/src/git/nixpkgs
+
 if [ -e /home/amin/.nix-profile/etc/profile.d/nix.sh ]; then . /home/amin/.nix-profile/etc/profile.d/nix.sh; fi # added by Nix installer
 #+end_src