gopher changes

gopher
J. Fernando Sánchez 5 years ago
parent d50cdca292
commit 6cb60e7a27

@ -328,7 +328,7 @@ exec --no-startup-id i3-exit.sh autolock
#exec --no-startup-id polybar.sh
exec --no-startup-id autorotate.py
exec --no-startup-id touchegg
exec --no-startup-id clipit -n
exec --no-startup-id parcellite
exec --no-startup-id owncloud
exec --no-startup-id udiskie --no-notify --tray --use-udisks2
exec --no-startup-id xfce4-power-manager

@ -1,11 +1,12 @@
j:/home/j/Downloads
d:/home/j/Downloads
g:/home/j/git/balkian
F:/home/j
f:/home/j
m:/home/j/Downloads
o:/home/j/Downloads
':/home/j/Clases/CORE/2019
G:/home/j/GSI
p:/home/j/Doctorado/Papers
s:/home/j/Doctorado/Papers/SocialContext
d:/home/j/Downloads
D:/home/j/Doctorado
o:/home/j/Downloads
g:/home/j/git/balkian
G:/home/j/GSI
j:/home/j/Downloads

@ -1,2 +0,0 @@
#!/bin/bash
one-window 'gnome-terminal' 'xdotool windowfocus $WID & xdotool key ctrl+shift+t'

@ -1,4 +1,4 @@
#!/bin/sh
xinput map-to-output 16 eDP-1 # Eraser
xinput map-to-output 12 eDP-1 # Stylus
xinput map-to-output 11 eDP-1 # Touch
xinput map-to-output "ELAN9038:00 04F3:261A Pen eraser" eDP-1 # Eraser
xinput map-to-output "ELAN9038:00 04F3:261A Pen stylus" eDP-1 # Stylus
xinput map-to-output "ELAN9038:00 04F3:261A Touchscreen" eDP-1 # Touch

@ -1,36 +0,0 @@
// Place your key bindings in this file to overwrite the defaults
[
// {
// "key": "] q",
// "command": "editor.action.marker.nextInFiles",
// "when": "editorFocus && !editorReadonly"
// },
// {
// "key": "f8",
// "command": "-editor.action.marker.nextInFiles",
// "when": "editorFocus && !editorReadonly"
// },
// {
// "key": "[ q",
// "command": "editor.action.marker.prevInFiles",
// "when": "editorFocus && !editorReadonly"
// },
// {
// "key": "shift+f8",
// "command": "-editor.action.marker.prevInFiles",
// "when": "editorFocus && !editorReadonly"
// },
{
"key": "ctrl+`",
"command": "workbench.action.terminal.focus"
},
{
"key": "ctrl+`",
"command": "-workbench.action.terminal.toggleTerminal"
},
{
"key": "ctrl+shift+1",
"command": "workbench.action.editorLayoutSingle",
"when": "editorFocus"
}
]

@ -1,31 +0,0 @@
{
"diffEditor.ignoreTrimWhitespace": false,
"gitlens.advanced.messages": {
"suppressShowKeyBindingsNotice": true,
"suppressResultsExplorerNotice": true
},
"gitlens.keymap": "chorded",
"vim.handleKeys": {
"<C-K>": false,
"[q": false,
"]q": false
},
"workbench.statusBar.visible": true,
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
"**/node_modules/**": true,
"**/vendor/**": true,
},
"window.titleBarStyle": "custom",
"vim.hlsearch": true,
"vim.statusBarColorControl": true,
"workbench.iconTheme": "vscode-icons",
"workbench.colorCustomizations": {
"statusBar.background": "#005f5f",
"statusBar.noFolderBackground": "#005f5f",
"statusBar.debuggingBackground": "#005f5f"
},
"gitlab.instanceUrl": "https://lab.gsi.upm.es",
"editor.wordWrap": "on"
}
Loading…
Cancel
Save