Skip to content

Commit

Permalink
Dashes, not underscores
Browse files Browse the repository at this point in the history
  • Loading branch information
fortes committed Nov 9, 2023
1 parent dc2449f commit 4fa6a53
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
10 changes: 5 additions & 5 deletions stowed-files/sway/.config/sway/config
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ bindsym $mod+Shift+q kill
# Launcher with Mod-D
bindsym $mod+d exec $menu
# Window switcher with Alt-Tab / Mod-Shift-D
bindsym $mod+Shift+d exec wl_switch_windows
bindsym Alt+Tab exec wl_switch_windows
bindsym $mod+Shift+d exec wl-switch-windows
bindsym Alt+Tab exec wl-switch-windows
# Reload the configuration file with Mod-Shift-C
bindsym $mod+Shift+c reload
# Show commands (including exit) with Mod-Shift-E
bindsym $mod+Shift+e exec sway_system_menu
bindsym $mod+Shift+e exec sway-system-menu
# Lock with Mod-Shift-Z
bindsym $mod+Shift+z exec sway_blur_lock -f -c 000000
bindsym $mod+Shift+z exec sway-blur-lock -f -c 000000

# Drag floating windows by holding down $mod and left mouse button.
# Resize them with right mouse button + $mod.
Expand Down Expand Up @@ -216,7 +216,7 @@ bindsym Print exec "grimshot --notify copy active"
# Mod-Shift-S for area, same as Windows snipping tool
bindsym $mod+Shift+s exec grimshot --notify copy area
# Shift-PrintScreen to video capture area, same as ShareX on Windows
bindsym Shift+Print exec "bash wl_record_screen"
bindsym Shift+Print exec "bash wl-record-screen"

# App-specific tweaks
for_window [app_id="pavucontrol"] floating enable
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Blur and lock the screen
#
# Usage:
# sway_blur_lock
# sway-blur-lock

set -euo pipefail
IFS=$'\n\t'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Interactive commands for Sway
#
# Usage:
# sway_system_menu
# sway-system-menu

set -euo pipefail
IFS=$'\n\t'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Records the entire screen, run again to stop recording
#
# Usage:
# wl_record_screen [...wf-recorder args]
# wl-record-screen [...wf-recorder args]

IFS=$'\n\t'

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Interactive window switcher for wayland
#
# Usage:
# wl_switch_windows [...wf-recorder args]
# wl-switch-windows [...wf-recorder args]

IFS=$'\n\t'

Expand Down

0 comments on commit 4fa6a53

Please sign in to comment.