New backup 2026-03-09 19:18:07
This commit is contained in:
parent
8b4bcd320d
commit
5b52323ff6
3 changed files with 16 additions and 5 deletions
|
|
@ -14,12 +14,15 @@ window_icons = [
|
|||
[programs.browser]
|
||||
name = "Librewolf"
|
||||
command = "librewolf"
|
||||
# arguments = ["--no-remote", "-P"]
|
||||
arguments = ["-P"]
|
||||
[programs.browser_newtab]
|
||||
name = "Librewolf (New Tab)"
|
||||
command = "librewolf"
|
||||
arguments = ["-P"]
|
||||
[programs.terminal]
|
||||
name = "Terminal"
|
||||
command = "alacritty"
|
||||
arguments = ["--working-directory"]
|
||||
|
||||
[lock]
|
||||
wallpaper_path = "~/.config/sway/assets/wallpaper"
|
||||
|
|
@ -51,7 +54,8 @@ suspend_cmd = ["systemctl", "suspend"]
|
|||
[profiles.program_args]
|
||||
browser = [ "Penelope", "--new-window", "https://cloud.pogmom.me" ]
|
||||
browser_newtab = [ "Penelope", "https://cloud.pogmom.me" ]
|
||||
filemanager = [ "~/Documents" ]
|
||||
filemanager = [ "~/Documents"]
|
||||
terminal = [ "~" ]
|
||||
[[profiles.scripts]]
|
||||
name = "Light Toggle"
|
||||
icon = ""
|
||||
|
|
@ -80,6 +84,7 @@ suspend_cmd = ["systemctl", "suspend"]
|
|||
browser = [ "Development", "--new-window", "https://hass.pogmom.me" ]
|
||||
browser_newtab = [ "Development", "--new-tab", "https://hass.pogmom.me" ]
|
||||
filemanager = [ "~/Development" ]
|
||||
terminal = [ "~/Development", "-e", "zellij", "--layout", "strider" ]
|
||||
[[profiles.scripts]]
|
||||
name = "bridge-netgear-r8000"
|
||||
icon = ""
|
||||
|
|
@ -104,6 +109,7 @@ suspend_cmd = ["systemctl", "suspend"]
|
|||
browser = [ "Housing", "--new-window", "https://eugenesca.com" ]
|
||||
browser_newtab = [ "Housing", "--new-tab", "https://eugenesca.com" ]
|
||||
filemanager = [ "~/Documents/Housing/SCA/" ]
|
||||
terminal = [ "~/Documents/Housing/SCA/" ]
|
||||
[[profiles.scripts]]
|
||||
name = "House Meeting Minutes"
|
||||
icon = ""
|
||||
|
|
@ -120,6 +126,7 @@ suspend_cmd = ["systemctl", "suspend"]
|
|||
browser = [ "Work", "--new-window", "https://lanecc.edu" ]
|
||||
browser_newtab = [ "Work", "--new-tab", "https://lanecc.edu" ]
|
||||
filemanager = [ "~/Documents/Work/LaneCC" ]
|
||||
terminal = [ "~/Documents/Work/LaneCC/" ]
|
||||
[[profiles.scripts]]
|
||||
name = "LCC Links"
|
||||
icon = ""
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
# Terminal
|
||||
set $term alacritty
|
||||
set $term sdu launch --program terminal
|
||||
# Launcher
|
||||
set $menu wofi --show drun -Iia | xargs swaymsg exec --
|
||||
|
|
|
|||
|
|
@ -56,13 +56,17 @@ min-width = 2
|
|||
|
||||
[keys.insert]
|
||||
esc = ["collapse_selection", "normal_mode"]
|
||||
C-left = "move_prev_word_start"
|
||||
C-right = "move_next_word_start"
|
||||
|
||||
[keys.normal]
|
||||
esc = ["collapse_selection", "keep_primary_selection"]
|
||||
ret = ["move_line_down", "goto_first_nonwhitespace"]
|
||||
0 = "goto_line_start"
|
||||
C-left = ":buffer-previous"
|
||||
C-right = ":buffer-next"
|
||||
C-A-left = ":buffer-previous"
|
||||
C-left = "move_prev_word_start"
|
||||
C-A-right = ":buffer-next"
|
||||
C-right = "move_next_word_start"
|
||||
|
||||
[keys.select]
|
||||
esc = ["collapse_selection", "keep_primary_selection", "normal_mode"]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue