diff --git a/.config/nvim/lua/plugins/orgmode.lua b/.config/nvim/lua/plugins/orgmode.lua index d74d9524..4d4bbd54 100644 --- a/.config/nvim/lua/plugins/orgmode.lua +++ b/.config/nvim/lua/plugins/orgmode.lua @@ -6,6 +6,8 @@ return { opts = { org_agenda_files = "~/orgfiles/**/*", org_default_notes_file = "~/orgfiles/refile.org", + org_startup_folded = "content", + win_split_mode = "auto", }, }, { diff --git a/.config/sway/config##hostname.dbox b/.config/sway/config##hostname.dbox index d6cfbc10..659dd7b1 100644 --- a/.config/sway/config##hostname.dbox +++ b/.config/sway/config##hostname.dbox @@ -150,8 +150,7 @@ default_floating_border pixel 1 bindsym $mod+Shift+r reload # Exit sway (logs you out of your Wayland session) - bindsym $mod+Shift+l exec $exitcmd - bindsym $mod+l exec $lockcmd + bindsym $mod+Shift+l exec $lockcmd # # Moving around: # @@ -184,6 +183,9 @@ default_floating_border pixel 1 # # Workspaces: # + # Cycle + bindsym $mod+u workspace next + bindsym $mod+l workspace prev # Switch to workspace bindsym $mod+1 workspace number 1 bindsym $mod+2 workspace number 2