1
0
mirror of https://github.com/alrayyes/dotfiles/ synced 2023-11-14 15:56:30 +00:00

Merge branch 'master' of github.com:alrayyes/dotfiles

This commit is contained in:
Ryan 2017-11-06 09:03:48 +01:00
commit c6bf6e43e4
7 changed files with 31 additions and 23 deletions

View File

@ -3,26 +3,7 @@
### PhpStorm ### ### PhpStorm ###
# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm # Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio and Webstorm
# Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839 # Reference: https://intellij-support.jetbrains.com/hc/en-us/articles/206544839
.idea/
# User-specific stuff:
.idea/workspace.xml
.idea/tasks.xml
# Sensitive or high-churn files:
.idea/dataSources/
.idea/dataSources.ids
.idea/dataSources.xml
.idea/dataSources.local.xml
.idea/sqlDataSources.xml
.idea/dynamic.xml
.idea/uiDesigner.xml
# Gradle:
.idea/gradle.xml
.idea/libraries
# Mongo Explorer plugin:
.idea/mongoSettings.xml
## File-based project format: ## File-based project format:
*.iws *.iws

View File

@ -98,7 +98,15 @@ bar {
output eDP1 output eDP1
position top position top
status_command ~/bin/bumblebee-status/bumblebee-status -m mpd pasink pasource brightness battery bluetooth nic pacman load sensors datetime caffeine -p datetime.format="%Y-%m-%d %H:%M:%S" nic.states=^down nic.exclude=br,lo,docker0 disk.path=/home disk.open="termite -e ranger" disk.showUsed=false disk.showSize=false battery.device=BAT0 -t solarized-powerline status_command ~/bin/bumblebee-status/bumblebee-status -m brightness battery nic pacman github load sensors datetime caffeine -p datetime.format="%Y-%m-%d %H:%M:%S" nic.states=^down nic.exclude=br,lo,docker0 disk.path=/home disk.open="termite -e ranger" disk.showUsed=false disk.showSize=false battery.device=BAT0 -t solarized-powerline
}
bar {
output eDP1
position bottom
tray_output none
workspace_buttons no
mode hide
status_command ~/bin/bumblebee-status/bumblebee-status -m xrandr spotify mpd pasink pasource -t solarized-powerline
} }
bar { bar {
output HDMI2 output HDMI2

View File

@ -105,6 +105,7 @@ macro index M "<save-message>?<toggle-mailboxes>" "move a message to a mailbox"
# Switch between mailboxes # Switch between mailboxes
macro index <f1> '<sync-mailbox><enter-command>source ~/.mutt/account.com.gmail.alrayyes<enter><change-folder>!<enter>' macro index <f1> '<sync-mailbox><enter-command>source ~/.mutt/account.com.gmail.alrayyes<enter><change-folder>!<enter>'
macro index <f2> '<sync-mailbox><enter-command>source ~/.mutt/account.nl.andthensome.ryan<enter><change-folder>!<enter>' macro index <f2> '<sync-mailbox><enter-command>source ~/.mutt/account.nl.andthensome.ryan<enter><change-folder>!<enter>'
macro index <f3> '<sync-mailbox><enter-command>source ~/.mutt/account.eu.higherlearning.ryan<enter><change-folder>!<enter>'
# Sync email # Sync email
macro index O "<shell-escape>offlineimap -o <enter>" "run offlineimap to sync all mail" macro index O "<shell-escape>offlineimap -o <enter>" "run offlineimap to sync all mail"

View File

@ -35,7 +35,7 @@ wifi_driver = "null"
location_driver = "null" location_driver = "null"
menu_driver = "xmb" menu_driver = "xmb"
audio_driver = "pulse" audio_driver = "pulse"
audio_resampler = "sinc" audio_resampler = "nearest"
input_driver = "x" input_driver = "x"
input_joypad_driver = "udev" input_joypad_driver = "udev"
video_aspect_ratio = "-1.000000" video_aspect_ratio = "-1.000000"
@ -1624,6 +1624,18 @@ input_player16_turbo_axis = "nul"
netplay_nickname = "alrayyes" netplay_nickname = "alrayyes"
playlist_names = "Nintendo - Super Nintendo Entertainment System.lpl;Nintendo - Nintendo Entertainment System.lpl;Sega - Mega Drive - Genesis.lpl;Atari - 2600.lpl;Nintendo - Game Boy Color.lpl;Nintendo - Game Boy Advance.lpl;Nintendo - Game Boy.lpl;Nintendo - Nintendo 64.lpl" playlist_names = "Nintendo - Super Nintendo Entertainment System.lpl;Nintendo - Nintendo Entertainment System.lpl;Sega - Mega Drive - Genesis.lpl;Atari - 2600.lpl;Nintendo - Game Boy Color.lpl;Nintendo - Game Boy Advance.lpl;Nintendo - Game Boy.lpl;Nintendo - Nintendo 64.lpl"
playlist_cores = "DETECT;DETECT;DETECT;DETECT;DETECT;DETECT;DETECT;DETECT" playlist_cores = "DETECT;DETECT;DETECT;DETECT;DETECT;DETECT;DETECT;DETECT"
menu_horizontal_animation = "true"
cheevos_verbose_enable = "false"
savestates_in_content_dir = "false"
savefiles_in_content_dir = "false"
systemfiles_in_content_dir = "false"
screenshots_in_content_dir = "false"
content_favorites_path = "~/.config/retroarch/content_favorites.lpl"
menu_framebuffer_opacity = "0.900000"
input_overlay_show_physical_inputs_port = "0"
materialui_icons_enable = "true"
xmb_show_favorites = "true"
input_overlay_show_physical_inputs = "false"
xmb_font = "" xmb_font = ""
video_filter = "" video_filter = ""
audio_dsp_plugin = "" audio_dsp_plugin = ""

View File

@ -10,6 +10,7 @@
# #
[look] [look]
auto_scroll = 50
display_conditions = "${buffer.hidden}==0" display_conditions = "${buffer.hidden}==0"
enabled = on enabled = on
mouse_jump_visited_buffer = off mouse_jump_visited_buffer = off
@ -32,5 +33,6 @@ hotlist_private = "${color:green}"
hotlist_separator = "${color:default}," hotlist_separator = "${color:default},"
indent = " " indent = " "
lag = " ${color:green}[${color:brown}${lag}${color:green}]" lag = " ${color:green}[${color:brown}${lag}${color:green}]"
name = "${name}"
nick_prefix = "${color_nick_prefix}${nick_prefix}" nick_prefix = "${color_nick_prefix}${nick_prefix}"
number = "${color:green}${number}${if:${number_displayed}?.: }" number = "${color:green}${number}${if:${number_displayed}?.: }"

View File

@ -362,6 +362,8 @@ ctrl-U = "/input delete_beginning_of_line"
ctrl-W = "/input delete_previous_word" ctrl-W = "/input delete_previous_word"
ctrl-X = "/input switch_active_buffer" ctrl-X = "/input switch_active_buffer"
ctrl-Y = "/input clipboard_paste" ctrl-Y = "/input clipboard_paste"
meta-meta-OP = "/bar scroll buflist * b"
meta-meta-OQ = "/bar scroll buflist * e"
meta-meta2-1~ = "/window scroll_top" meta-meta2-1~ = "/window scroll_top"
meta-meta2-23~ = "/bar scroll nicklist * b" meta-meta2-23~ = "/bar scroll nicklist * b"
meta-meta2-24~ = "/bar scroll nicklist * e" meta-meta2-24~ = "/bar scroll nicklist * e"
@ -395,6 +397,8 @@ meta-OC = "/input move_next_word"
meta-OD = "/input move_previous_word" meta-OD = "/input move_previous_word"
meta-OF = "/input move_end_of_line" meta-OF = "/input move_end_of_line"
meta-OH = "/input move_beginning_of_line" meta-OH = "/input move_beginning_of_line"
meta-OP = "/bar scroll buflist * -100%"
meta-OQ = "/bar scroll buflist * +100%"
meta-Oa = "/input history_global_previous" meta-Oa = "/input history_global_previous"
meta-Ob = "/input history_global_next" meta-Ob = "/input history_global_next"
meta-Oc = "/input move_next_word" meta-Oc = "/input move_next_word"