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
Put in (Preferences -> Key Bindings - User): | |
{ "keys": ["ctrl+tab"], "command": "next_view" }, | |
{ "keys": ["ctrl+shift+tab"], "command": "prev_view" } |
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
{ | |
"_": [ | |
"ap", | |
"rd", | |
"zz" | |
], | |
"Africa": { | |
"Africa": { | |
"North Africa": [ | |
"dz", |
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
{ | |
"continents": { | |
"Africa": [ | |
"Africa" | |
], | |
"Antarctica": [ | |
"Antarctica" | |
], | |
"Asia": [ | |
"Asia" |
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
continent_code | country_code | continent_name | country_name | country_iso3 | country_number | country_full_name | |
---|---|---|---|---|---|---|---|
AS | AF | Asia | Afghanistan | AFG | 004 | Islamic Republic of Afghanistan | |
EU | AX | Europe | Åland Islands | ALA | 248 | Åland Islands | |
EU | AL | Europe | Albania | ALB | 008 | Republic of Albania | |
AF | DZ | Africa | Algeria | DZA | 012 | People's Democratic Republic of Algeria | |
OC | AS | Oceania | American Samoa | ASM | 016 | American Samoa | |
EU | AD | Europe | Andorra | AND | 020 | Principality of Andorra | |
AF | AO | Africa | Angola | AGO | 024 | Republic of Angola | |
NA | AI | North America | Anguilla | AIA | 660 | Anguilla | |
AN | AQ | Antarctica | Antarctica | ATA | 010 | Antarctica the territory South of 60 deg 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
#!/bin/bash | |
# Copyright (c) 2017 @yuan3y | |
# Released under MIT License | |
# Tested on Ubuntu 16.04.2 LTS with default Unity interface | |
# | |
# USAGE: | |
# chmod +x install_prevent_lock_screen_dim.sh | |
# ./install_prevent_lock_screen_dim.sh | |
scriptFile=~/.prevent_lock_screen_dim.sh |