Compare commits

..

No commits in common. "848a0899fd858859c3ead6b8fe7eb8ba76ed1f1c" and "5fa14e21892564b009a22cb78f34cab89be61bd0" have entirely different histories.

5 changed files with 18 additions and 24 deletions

View file

@ -457,15 +457,9 @@
"appExclusions": [], "appExclusions": [],
"appExclusionsCheckInterval": 1000, "appExclusionsCheckInterval": 1000,
"pauseForSuspendOrLock": true, "pauseForSuspendOrLock": true,
"pauseBreaksToggleShortcut": "",
"screen": "primary",
"timeToBreakInTray": false,
"currentTimeInBreaks": false,
"pauseBreaksShortcut": "", "pauseBreaksShortcut": "",
"resumeBreaksShortcut": "", "resumeBreaksShortcut": "",
"__internal__": { "screen": "primary",
"migrations": { "timeToBreakInTray": false,
"version": "1.13.1" "currentTimeInBreaks": false
}
}
} }

View file

@ -914,10 +914,10 @@ Version 2019-11-04 2021-02-16"
(add-to-list 'auto-mode-alist '("/journal/" . org-mode)) (add-to-list 'auto-mode-alist '("/journal/" . org-mode))
(add-to-list 'auto-mode-alist '("\\.jrnl\\'" . org-mode)) (add-to-list 'auto-mode-alist '("\\.jrnl\\'" . org-mode))
(add-to-list 'auto-mode-alist '("\\.el##" . emacs-lisp-mode)) ;(add-to-list 'auto-mode-alist '("\\.el##" . emacs-lisp-mode))
;(add-to-list 'auto-mode-alist `(,(getenv "CONFIG_SHELLS") . sh-mode)) ;(add-to-list 'auto-mode-alist `(,(getenv "CONFIG_SHELLS") . sh-mode))
;(add-to-list 'auto-mode-alist `(,(getenv "CONFIG_ZSH") . sh-mode)) ;(add-to-list 'auto-mode-alist `(,(getenv "CONFIG_ZSH") . sh-mode))
(add-to-list 'auto-mode-alist `("\\.local/bin" . sh-mode)) ;(add-to-list 'auto-mode-alist `("\\.local/bin" . sh-mode))
;(add-to-list 'auto-mode-alist '("\\.twee\\'" . twee-chapbook-mode)) ;(add-to-list 'auto-mode-alist '("\\.twee\\'" . twee-chapbook-mode))
;(add-hook 'twee-chapbook-mode-hook 'twee-mode) ;(add-hook 'twee-chapbook-mode-hook 'twee-mode)

View file

@ -18,7 +18,7 @@
}, },
"main": { "main": {
"lang": "auto", "lang": "auto",
"lastfolder": "/home/janek/data/4-media/music", "lastfolder": "/home/janek/data/4-media/music/Worship",
"maximized": true "maximized": true
}, },
"playlist": { "playlist": {
@ -124,7 +124,7 @@
"%artist% - %track% - %title%", "%artist% - %track% - %title%",
"%artist% - %album% - %track% - %title%" "%artist% - %album% - %track% - %title%"
], ],
"index": 0 "index": 3
}, },
"functions": { "functions": {
"last_used": "remove_dupes" "last_used": "remove_dupes"
@ -141,4 +141,4 @@
"Genre: Christian" "Genre: Christian"
] ]
} }
} }

View file

@ -1,4 +1,4 @@
assign [app_id="firefox"] workspace 2 assign [app_id="firefox"] workspace 2
exec swaymsg "workspace 2; exec firefox;" # exec swaymsg "workspace 2; exec firefox;"
exec swaymsg "workspace 3; exec kitty;" exec swaymsg "workspace 3; exec kitty;"
exec swaymsg "workspace 1; exec emacs" exec swaymsg "workspace 1; exec emacs"

View file

@ -4,13 +4,13 @@ input * {
xkb_numlock enabled xkb_numlock enabled
xkb_options caps:escape_shifted_capslock xkb_options caps:escape_shifted_capslock
} }
#input "1:1:AT_Translated_Set_2_keyboard" { input "1:1:AT_Translated_Set_2_keyboard" {
# xkb_switch_layout 1 xkb_switch_layout 1
#} }
input "type:touchpad" { input "type:touchpad" {
tap enabled tap enabled
natural_scroll disabled natural_scroll disabled
accel_profile adaptive accel_profile adaptive
dwt disabled dwt disabled
pointer_accel 0.4 # set mouse sensitivity (between -1 and 1) pointer_accel 0.4 # set mouse sensitivity (between -1 and 1)
} }