X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/11a97c6847ba346367987bae67c28ea3613c595a..81f3a32442dbdd21b93b80b1dcf0f2b51f1c0314:/rc.org diff --git a/rc.org b/rc.org index 654bd8e..b89e2c8 100644 --- 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)" @@ -3827,8 +3827,8 @@ input "2:7:SynPS/2_Synaptics_TouchPad" { input "1:1:AT_Translated_Set_2_keyboard" { repeat_delay 200 repeat_rate 45 - xkb_layout us,ir - xkb_options ctrl:nocaps,altwin:swap_alt_win,ctrl:rctrl_ralt,grp:shifts_toggle + xkb_layout us_ab,ir + xkb_options ctrl:nocaps,altwin:swap_alt_win,grp:shifts_toggle } @@ -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 @@ -5047,6 +5048,18 @@ URxvt.color7: #D3D7CF URxvt.color15: #EEEEEC #+end_src +*** xkb us_ab keyboard layout + +#+begin_src conf :tangle "/sudo::/usr/share/X11/xkb/symbols/us_ab" :comments none +default partial alphanumeric_keys +xkb_symbols "us_ab" { + include "us(basic)" + name[Group1]= "English (US)(aminb)"; + + key { [ Alt_R ] }; +}; +#+end_src + ** XDG :PROPERTIES: :header-args+: :tangle ~/.config/user-dirs.dirs @@ -5236,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