updates
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user