diff options
| -rw-r--r-- | emacs/.local/share/applications/emacsclient.desktop | 3 | ||||
| -rw-r--r-- | i3/.config/i3/config | 5 |
2 files changed, 5 insertions, 3 deletions
diff --git a/emacs/.local/share/applications/emacsclient.desktop b/emacs/.local/share/applications/emacsclient.desktop index 1629a69..3f0fe37 100644 --- a/emacs/.local/share/applications/emacsclient.desktop +++ b/emacs/.local/share/applications/emacsclient.desktop | |||
| @@ -4,5 +4,4 @@ Exec=emacsclient %u | |||
| 4 | Icon=emacs-icon | 4 | Icon=emacs-icon |
| 5 | Type=Application | 5 | Type=Application |
| 6 | Terminal=false | 6 | Terminal=false |
| 7 | MimeType=x-scheme-handler/org-protocol; | 7 | MimeType=x-scheme-handler/org-protocol |
| 8 | |||
diff --git a/i3/.config/i3/config b/i3/.config/i3/config index f437696..f84814f 100644 --- a/i3/.config/i3/config +++ b/i3/.config/i3/config | |||
| @@ -179,6 +179,9 @@ for_window [class="^Media_Center_.+" instance="JRiver Menu Class"] floating enab | |||
| 179 | for_window [class="^Media_Center_.+" instance="JRiver Popup Class"] floating enable | 179 | for_window [class="^Media_Center_.+" instance="JRiver Popup Class"] floating enable |
| 180 | 180 | ||
| 181 | exec xset dpms 300 600 900 | 181 | exec xset dpms 300 600 900 |
| 182 | # Fix the touch screen | ||
| 183 | exec xinput --map-to-output 18 eDP-1 | ||
| 184 | exec xinput --map-to-output 20 DP-2 | ||
| 182 | #exec run-once nm-applet | 185 | #exec run-once nm-applet |
| 183 | exec ~/bin/run-once clipit | 186 | exec ~/bin/run-once clipit |
| 184 | exec ~/bin/run-once keybase-gui | 187 | exec ~/bin/run-once keybase-gui |
| @@ -189,5 +192,5 @@ exec synclient HorizTwoFingerScroll=1 | |||
| 189 | #exec run-once fetchmail -d 60 | 192 | #exec run-once fetchmail -d 60 |
| 190 | #exec run-once qasmixer -t | 193 | #exec run-once qasmixer -t |
| 191 | #exec run-once blueman-applet | 194 | #exec run-once blueman-applet |
| 192 | exec feh --bg-scale "/home/jason/Resilio Sync/Sync/wallpaper/wallhaven-3601.jpg" | 195 | #exec feh --bg-scale "/home/jason/Resilio Sync/Sync/wallpaper/wallhaven-3601.jpg" |
| 193 | # exec run-once run_vmtoolsd | 196 | # exec run-once run_vmtoolsd |