diff --git a/i3/.config/i3/config b/i3/.config/i3/config index 1eb3740..a435d99 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config @@ -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 diff --git a/ranger/.config/ranger/bookmarks b/ranger/.config/ranger/bookmarks index c3c32e7..3c97d81 100644 --- a/ranger/.config/ranger/bookmarks +++ b/ranger/.config/ranger/bookmarks @@ -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 diff --git a/screenlayouts/.screenlayout/select.sh b/screenlayouts/.screenlayout/select.sh new file mode 100644 index 0000000..41b0a29 --- /dev/null +++ b/screenlayouts/.screenlayout/select.sh @@ -0,0 +1,2 @@ +#!/bin/sh +arandr diff --git a/scripts/.bin/gnome-terminal b/scripts/.bin/gnome-terminal deleted file mode 100755 index 7bd0cde..0000000 --- a/scripts/.bin/gnome-terminal +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/bash -one-window 'gnome-terminal' 'xdotool windowfocus $WID & xdotool key ctrl+shift+t' diff --git a/scripts/.bin/mapinputs.sh b/scripts/.bin/mapinputs.sh old mode 100644 new mode 100755 index d2e7826..d1e3be9 --- a/scripts/.bin/mapinputs.sh +++ b/scripts/.bin/mapinputs.sh @@ -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 diff --git a/vscode/.config/Code - OSS/User/keybindings.json b/vscode/.config/Code - OSS/User/keybindings.json deleted file mode 100644 index e7443b6..0000000 --- a/vscode/.config/Code - OSS/User/keybindings.json +++ /dev/null @@ -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" - } -] diff --git a/vscode/.config/Code - OSS/User/settings.json b/vscode/.config/Code - OSS/User/settings.json deleted file mode 100644 index 3c6fc38..0000000 --- a/vscode/.config/Code - OSS/User/settings.json +++ /dev/null @@ -1,31 +0,0 @@ -{ - "diffEditor.ignoreTrimWhitespace": false, - "gitlens.advanced.messages": { - "suppressShowKeyBindingsNotice": true, - "suppressResultsExplorerNotice": true - }, - "gitlens.keymap": "chorded", - "vim.handleKeys": { - "": 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" -}