This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Uncomment the following line to disable colors in ls. | |
| # DISABLE_LS_COLORS="true" | |
| # Uncomment the following line to disable auto-setting terminal title. | |
| # DISABLE_AUTO_TITLE="true" | |
| # Uncomment the following line to enable command auto-correction. | |
| ENABLE_CORRECTION="true" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| altscreen on | |
| term screen-256color | |
| bind ',' prev | |
| bind '.' next | |
| select 0 | |
| #change the hardstatus settings to give an window list at the bottom of the | |
| ##screen, with the time and date and with the current window highlighted | |
| hardstatus alwayslastline | |
| #hardstatus string '%{= kG}%-Lw%{= kW}%50> %n%f* %t%{= kG}%+Lw%< %{= kG}%-=%c:%s%{-}' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # /etc/X11/xorg.conf.d/01-synaptics.conf | |
| Section "InputClass" | |
| Identifier "e440 top buttons" | |
| MatchDriver "synaptics" | |
| # right btn|middle btn | |
| Option "SoftButtonAreas" "60% 0 0 0 40% 60% 0 0" | |
| Option "HorizHysteresis" "30" | |
| Option "VertHysteresis" "30" | |
| Option "PalmDetect" "1" |