diff options
| author | jason | 2020-01-08 09:30:20 -0700 |
|---|---|---|
| committer | jason | 2020-01-08 09:30:20 -0700 |
| commit | 4f2033b8a992f363328321ce01f32a95a6f297a2 (patch) | |
| tree | 0a81bf516c20c8be1d69f15a24c1208f0a50f512 | |
| parent | 7040162ffb61d9bf048694e19242feb4f161f560 (diff) | |
| parent | 6e3edee4d427227901d58ec6b5290cc3a25f8f74 (diff) | |
| download | dotfiles-4f2033b8a992f363328321ce01f32a95a6f297a2.tar.gz dotfiles-4f2033b8a992f363328321ce01f32a95a6f297a2.zip | |
Merge branch 'master' of zzq.org:repos/dotfiles
| -rw-r--r-- | emacs/.local/share/applications/mimeapps.list | 5 | ||||
| -rw-r--r-- | i3/.config/i3/config | 9 | ||||
| -rwxr-xr-x | scripts/bin/run-once | 5 | ||||
| -rw-r--r-- | xorg/.Xmodmap | 3 | ||||
| -rw-r--r-- | zsh/.zshrc | 3 |
5 files changed, 15 insertions, 10 deletions
diff --git a/emacs/.local/share/applications/mimeapps.list b/emacs/.local/share/applications/mimeapps.list index a5853b0..5604a2e 100644 --- a/emacs/.local/share/applications/mimeapps.list +++ b/emacs/.local/share/applications/mimeapps.list | |||
| @@ -1,7 +1,2 @@ | |||
| 1 | [Default Applications] | 1 | [Default Applications] |
| 2 | text/html=vivaldi-stable.desktop | ||
| 3 | x-scheme-handler/http=vivaldi-stable.desktop | ||
| 4 | x-scheme-handler/https=vivaldi-stable.desktop | ||
| 5 | x-scheme-handler/about=vivaldi-stable.desktop | ||
| 6 | x-scheme-handler/unknown=vivaldi-stable.desktop | ||
| 7 | x-scheme-handler/org-protocol=emacsclient.desktop | 2 | x-scheme-handler/org-protocol=emacsclient.desktop |
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index c0a81d6..a047be8 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config | |||
| @@ -160,21 +160,22 @@ bar { | |||
| 160 | tray_output primary | 160 | tray_output primary |
| 161 | } | 161 | } |
| 162 | 162 | ||
| 163 | # Fix JB IntelliJ windows to float | ||
| 163 | for_window [class="^jetbrains-.+"][window_type=dialog] focus | 164 | for_window [class="^jetbrains-.+"][window_type=dialog] focus |
| 164 | for_window [instance="sun-awt-X11-XWindowPeer"] border pixel 0 | 165 | for_window [instance="sun-awt-X11-XWindowPeer"] border pixel 0 |
| 166 | # Fix JRiver menus to act like real dropdown menus | ||
| 165 | for_window [class="^Media_Center_.+" instance="JRiver Menu Class"] floating enable | 167 | for_window [class="^Media_Center_.+" instance="JRiver Menu Class"] floating enable |
| 166 | for_window [class="^Media_Center_.+" instance="JRiver Popup Class"] floating enable | 168 | for_window [class="^Media_Center_.+" instance="JRiver Popup Class"] floating enable |
| 167 | 169 | ||
| 168 | exec run-once nm-applet | 170 | exec run-once nm-applet |
| 169 | # exec run-once wicd-client -t | ||
| 170 | exec run-once clipit | 171 | exec run-once clipit |
| 171 | exec run-once xbindkeys | 172 | #exec run-once xbindkeys |
| 172 | exec run-once synclient PalmDetect=1 | 173 | exec run-once synclient PalmDetect=1 |
| 173 | exec run-once synclient HorizTwoFingerScroll=1 | 174 | exec run-once synclient HorizTwoFingerScroll=1 |
| 174 | #exec run-once fetchmail -d 60 | 175 | #exec run-once fetchmail -d 60 |
| 175 | #exec run-once qasmixer -t | 176 | #exec run-once qasmixer -t |
| 176 | exec run-once xfce4-power-manager | ||
| 177 | exec run-once blueman-applet | 177 | exec run-once blueman-applet |
| 178 | exec run-once feh --bg-scale "/home/jason/Sync/wallpaper/wallhaven-3601.jpg" | 178 | exec run-once run_keybase -a |
| 179 | exec run-once feh --bg-scale "/home/jason/Resilio Sync/Sync/wallpaper/wallhaven-3601.jpg" | ||
| 179 | exec run-once xset dpms 300 600 900 | 180 | exec run-once xset dpms 300 600 900 |
| 180 | # exec run-once run_vmtoolsd | 181 | # exec run-once run_vmtoolsd |
diff --git a/scripts/bin/run-once b/scripts/bin/run-once index 56f3709..214665b 100755 --- a/scripts/bin/run-once +++ b/scripts/bin/run-once | |||
| @@ -1,7 +1,10 @@ | |||
| 1 | #! /bin/bash | 1 | #! /bin/bash |
| 2 | 2 | ||
| 3 | # run_keybase -a doesn't work | ||
| 4 | export KEYBASE_AUTOSTART=1 | ||
| 5 | |||
| 3 | # Run program unless it's already running. | 6 | # Run program unless it's already running. |
| 4 | 7 | ||
| 5 | if [ -z "`ps -Af | grep -o -w ".*$1" | grep -v grep | grep -v run-once`" ]; then | 8 | if [ -z "`ps -Af | grep -o -w ".*$1" | grep -v grep | grep -v run-once`" ]; then |
| 6 | $@ | 9 | $@ |
| 7 | fi \ No newline at end of file | 10 | fi |
diff --git a/xorg/.Xmodmap b/xorg/.Xmodmap index 2575551..43f5d90 100644 --- a/xorg/.Xmodmap +++ b/xorg/.Xmodmap | |||
| @@ -1,3 +1,6 @@ | |||
| 1 | clear Lock | 1 | clear Lock |
| 2 | keycode 66 = Control_L | 2 | keycode 66 = Control_L |
| 3 | add Control = Control_L | 3 | add Control = Control_L |
| 4 | |||
| 5 | ! Disable mosue back (6) and mouse forward (7) | ||
| 6 | pointer = 1 2 3 4 5 0 0 8 9 10 11 12 | ||
| @@ -108,6 +108,9 @@ elif [ -f /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh ]; then | |||
| 108 | source /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh | 108 | source /usr/share/virtualenvwrapper/virtualenvwrapper_lazy.sh |
| 109 | fi | 109 | fi |
| 110 | 110 | ||
| 111 | # Enable firefox touchscreen scrolling | ||
| 112 | export MOZ_USE_XINPUT2=1 | ||
| 113 | |||
| 111 | # GPG ssh key | 114 | # GPG ssh key |
| 112 | export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" | 115 | export SSH_AUTH_SOCK="$(gpgconf --list-dirs agent-ssh-socket)" |
| 113 | 116 | ||