This commit is contained in:
Henrik Bakken
2021-03-23 01:15:36 +01:00
parent 5632010463
commit 8c79595610
5 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -184,7 +184,7 @@ for_window [class="qt5ct"] floating enable sticky enable border normal
# Set shut down, restart and locking features
set $mode_system (l)ock, (e)xit, switch_(u)ser, (r)eboot, (s)hutdown
mode "$mode_system" {
bindsym l exec --no-startup-id ~/OneDrive/dotfiles/root/locker.sh, mode "default"
bindsym l exec --no-startup-id sh ~/locker.sh, mode "default"
bindsym u exec --no-startup-id i3exit switch_user, mode "default"
bindsym e exec --no-startup-id i3exit logout, mode "default"
bindsym r exec --no-startup-id i3exit reboot, mode "default"
+3 -3
View File
@@ -6,8 +6,8 @@
# For explanations of all config options below see docs/USAGE.md or the man page.
#
sync_dir="/mnt/OneDrive"
skip_dir="Bilder/Camera Roll|Backup|Datasets|Pictures|Videos|*/_*|*/.*"
skip_file="*.*|.~*|~*"
skip_dir="Bilder/Camera Roll|Backup|Datasets|Pictures|Videos"
skip_file=".~*|~*|*.tmp"
# monitor_interval = "45"
# skip_dir = "Videos"
# log_dir = "/var/log/onedrive/"
@@ -25,7 +25,7 @@ skip_file="*.*|.~*|~*"
# no_remote_delete = "false"
skip_symlinks = "true"
# debug_https = "false"
# skip_dotfiles = "false"
skip_dotfiles = "true"
# dry_run = "false"
# min_notify_changes = "5"
# monitor_log_frequency = "5"
+1 -1
View File
@@ -179,7 +179,7 @@ for_window [class="qt5ct"] floating enable sticky enable border normal
# Set shut down, restart and locking features
set $mode_system (l)ock, (e)xit, switch_(u)ser, (r)eboot, (s)hutdown
mode "$mode_system" {
bindsym l exec --no-startup-id ~/OneDrive/dotfiles/root/locker.sh, mode "default"
bindsym l exec --no-startup-id sh ~/locker.sh, mode "default"
bindsym u exec --no-startup-id i3exit switch_user, mode "default"
bindsym e exec --no-startup-id i3exit logout, mode "default"
bindsym r exec --no-startup-id i3exit reboot, mode "default"
+3 -3
View File
@@ -6,8 +6,8 @@
# For explanations of all config options below see docs/USAGE.md or the man page.
#
sync_dir="/mnt/OneDrive"
skip_dir="*/_*|*/.*"
skip_file="*.*|.~*|~*"
# skip_dir="*/_*|*/.*"
skip_file=".~*|~*|*.tmp"
# monitor_interval = "45"
# skip_dir = "Videos"
# log_dir = "/var/log/onedrive/"
@@ -25,7 +25,7 @@ skip_file="*.*|.~*|~*"
# no_remote_delete = "false"
skip_symlinks = "true"
# debug_https = "false"
# skip_dotfiles = "false"
skip_dotfiles = "true"
# dry_run = "false"
# min_notify_changes = "5"
# monitor_log_frequency = "5"
+1
View File
@@ -8,6 +8,7 @@
"python.analysis.useLibraryCodeForTypes": false,
/* "python.linting.pylintArgs": ["--disable=all", "--enable=F,E,unreachable,duplicate-key,unnecessary-semicolon,global-variable-not-assigned,unused-variable,binary-op-exception,bad-format-string,anomalous-backslash-in-string,bad-open-mode"], */
"python.linting.flake8Args": ["--ignore=E731"],
"diagnostic.showUnused": false,
"git.enableGutters": true,
"yaml.format.enable": true,
"yaml.format.singleQuote": true,