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 shut down, restart and locking features
|
||||||
set $mode_system (l)ock, (e)xit, switch_(u)ser, (r)eboot, (s)hutdown
|
set $mode_system (l)ock, (e)xit, switch_(u)ser, (r)eboot, (s)hutdown
|
||||||
mode "$mode_system" {
|
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 u exec --no-startup-id i3exit switch_user, mode "default"
|
||||||
bindsym e exec --no-startup-id i3exit logout, mode "default"
|
bindsym e exec --no-startup-id i3exit logout, mode "default"
|
||||||
bindsym r exec --no-startup-id i3exit reboot, 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.
|
# For explanations of all config options below see docs/USAGE.md or the man page.
|
||||||
#
|
#
|
||||||
sync_dir="/mnt/OneDrive"
|
sync_dir="/mnt/OneDrive"
|
||||||
skip_dir="Bilder/Camera Roll|Backup|Datasets|Pictures|Videos|*/_*|*/.*"
|
skip_dir="Bilder/Camera Roll|Backup|Datasets|Pictures|Videos"
|
||||||
skip_file="*.*|.~*|~*"
|
skip_file=".~*|~*|*.tmp"
|
||||||
# monitor_interval = "45"
|
# monitor_interval = "45"
|
||||||
# skip_dir = "Videos"
|
# skip_dir = "Videos"
|
||||||
# log_dir = "/var/log/onedrive/"
|
# log_dir = "/var/log/onedrive/"
|
||||||
@@ -25,7 +25,7 @@ skip_file="*.*|.~*|~*"
|
|||||||
# no_remote_delete = "false"
|
# no_remote_delete = "false"
|
||||||
skip_symlinks = "true"
|
skip_symlinks = "true"
|
||||||
# debug_https = "false"
|
# debug_https = "false"
|
||||||
# skip_dotfiles = "false"
|
skip_dotfiles = "true"
|
||||||
# dry_run = "false"
|
# dry_run = "false"
|
||||||
# min_notify_changes = "5"
|
# min_notify_changes = "5"
|
||||||
# monitor_log_frequency = "5"
|
# monitor_log_frequency = "5"
|
||||||
|
|||||||
@@ -179,7 +179,7 @@ for_window [class="qt5ct"] floating enable sticky enable border normal
|
|||||||
# Set shut down, restart and locking features
|
# Set shut down, restart and locking features
|
||||||
set $mode_system (l)ock, (e)xit, switch_(u)ser, (r)eboot, (s)hutdown
|
set $mode_system (l)ock, (e)xit, switch_(u)ser, (r)eboot, (s)hutdown
|
||||||
mode "$mode_system" {
|
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 u exec --no-startup-id i3exit switch_user, mode "default"
|
||||||
bindsym e exec --no-startup-id i3exit logout, mode "default"
|
bindsym e exec --no-startup-id i3exit logout, mode "default"
|
||||||
bindsym r exec --no-startup-id i3exit reboot, 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.
|
# For explanations of all config options below see docs/USAGE.md or the man page.
|
||||||
#
|
#
|
||||||
sync_dir="/mnt/OneDrive"
|
sync_dir="/mnt/OneDrive"
|
||||||
skip_dir="*/_*|*/.*"
|
# skip_dir="*/_*|*/.*"
|
||||||
skip_file="*.*|.~*|~*"
|
skip_file=".~*|~*|*.tmp"
|
||||||
# monitor_interval = "45"
|
# monitor_interval = "45"
|
||||||
# skip_dir = "Videos"
|
# skip_dir = "Videos"
|
||||||
# log_dir = "/var/log/onedrive/"
|
# log_dir = "/var/log/onedrive/"
|
||||||
@@ -25,7 +25,7 @@ skip_file="*.*|.~*|~*"
|
|||||||
# no_remote_delete = "false"
|
# no_remote_delete = "false"
|
||||||
skip_symlinks = "true"
|
skip_symlinks = "true"
|
||||||
# debug_https = "false"
|
# debug_https = "false"
|
||||||
# skip_dotfiles = "false"
|
skip_dotfiles = "true"
|
||||||
# dry_run = "false"
|
# dry_run = "false"
|
||||||
# min_notify_changes = "5"
|
# min_notify_changes = "5"
|
||||||
# monitor_log_frequency = "5"
|
# monitor_log_frequency = "5"
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
"python.analysis.useLibraryCodeForTypes": false,
|
"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.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"],
|
"python.linting.flake8Args": ["--ignore=E731"],
|
||||||
|
"diagnostic.showUnused": false,
|
||||||
"git.enableGutters": true,
|
"git.enableGutters": true,
|
||||||
"yaml.format.enable": true,
|
"yaml.format.enable": true,
|
||||||
"yaml.format.singleQuote": true,
|
"yaml.format.singleQuote": true,
|
||||||
|
|||||||
Reference in New Issue
Block a user