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
| Press Alt+F2 to bring up the Run dialog. T | |
| ype gnome-session-properties. Click the "Add" button. | |
| In the resulting dialog box give the name a and the command as conky. Click add and close. |
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
| ~/.w3m/keymap | |
| keymap C-o NEXT_PAGE | |
| default keymaps https://github.com/tokuhirom/w3m/blob/master/doc-jp/keymap.default | |
| functions https://github.com/tats/w3m/blob/master/doc/README.func | |
| Usefull functions: | |
| SUBMIT - to submit the form (bind to C-o) |
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
| you need to set the scale in elementary_config | |
| this is an application that should come with terminology, if not install: sudo apt install libelementary-bin |
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
| Rails.application.config.middleware.use OmniAuth::Builder do | |
| provider :testing, Settings.oauth.testing.key, Settings.oauth.testing.secret | |
| end |
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
| #!/usr/bin/env bash | |
| # ====================================================== | |
| # INFO {{{ | |
| # search packages | |
| # adb shell pm list packages | grep package | |
| # DISABLE/ENABLE |
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
| https://wiki.archlinux.org/index.php/Comparison_of_tiling_window_managers | |
| DYNAMIC | |
| ------- | |
| # spectrwm | |
| * inspired by xmonad and dwm, but you don't need to learn a new language to configure it | |
| - responsive uses the asynchronous XCB library | |
| - written in C | |
| - text file config |
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
| defp temp_read_file(file) do | |
| [f] = MapSet.to_list(Temp.tracked()) | |
| IO.puts("!!!!!!") | |
| IO.puts(File.read!(f)) | |
| IO.puts("!!!!!!") | |
| p | |
| end |
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
| adobe source code pro semibold | |
| (made with hidpi install?) | |
| install script | |
| #!/bin/bash | |
| set -euo pipefail | |
| I1FS=$'\n\t' | |
| mkdir -p /tmp/adodefont | |
| cd /tmp/adodefont |
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
| xfconf-query --channel xfce4-session --property /sessions/Failsafe/Client0_Command --set openbox --force-array |
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
| /usr/include/X11/keysymdef.h |