AutoYADM commit: 2025-01-19 15:15:03

This commit is contained in:
Daniel Fichtinger 2025-01-19 15:15:03 -05:00
parent d7627d9557
commit 531930c137
2 changed files with 6 additions and 2 deletions

View file

@ -6,6 +6,8 @@ return {
opts = { opts = {
org_agenda_files = "~/orgfiles/**/*", org_agenda_files = "~/orgfiles/**/*",
org_default_notes_file = "~/orgfiles/refile.org", org_default_notes_file = "~/orgfiles/refile.org",
org_startup_folded = "content",
win_split_mode = "auto",
}, },
}, },
{ {

View file

@ -150,8 +150,7 @@ default_floating_border pixel 1
bindsym $mod+Shift+r reload bindsym $mod+Shift+r reload
# Exit sway (logs you out of your Wayland session) # Exit sway (logs you out of your Wayland session)
bindsym $mod+Shift+l exec $exitcmd bindsym $mod+Shift+l exec $lockcmd
bindsym $mod+l exec $lockcmd
# #
# Moving around: # Moving around:
# #
@ -184,6 +183,9 @@ default_floating_border pixel 1
# #
# Workspaces: # Workspaces:
# #
# Cycle
bindsym $mod+u workspace next
bindsym $mod+l workspace prev
# Switch to workspace # Switch to workspace
bindsym $mod+1 workspace number 1 bindsym $mod+1 workspace number 1
bindsym $mod+2 workspace number 2 bindsym $mod+2 workspace number 2