move to hyper for better screen sharing suppor

This commit is contained in:
2025-03-11 10:14:22 -07:00
parent 7fdd22930c
commit 1c129553ea
4 changed files with 309 additions and 15 deletions

View File

@@ -16,11 +16,11 @@ set $down j
set $up k
set $right l
# Your preferred terminal emulator
set $term foot
set $term footclient
# Your preferred application launcher
# Note: pass the final command to swaymsg so that the resulting window can be opened
# on the original workspace that the command was run on.
set $menu dmenu_path | wmenu-run | xargs swaymsg exec --
set $menu wofi -S drun -Ii
include /etc/sway/config-vars.d/*
@@ -35,7 +35,8 @@ output * bg /usr/share/backgrounds/ubuntu-wallpaper-d.png fill
#
# You can get the names of your outputs by running: swaymsg -t get_outputs
output eDP-1 scale 1.8
output eDP-1 scale 1.8
output DP-6 scale 1.8
### Idle configuration
#
@@ -185,10 +186,10 @@ mode "resize" {
# right will grow the containers width
# up will shrink the containers height
# down will grow the containers height
bindsym $left resize shrink width 10px
bindsym $right resize shrink width 10px
bindsym $down resize grow height 10px
bindsym $up resize shrink height 10px
bindsym $right resize grow width 10px
bindsym $left resize grow width 10px
# Ditto, with arrow keys
bindsym Left resize shrink width 10px
@@ -200,6 +201,7 @@ mode "resize" {
bindsym Return mode "default"
bindsym Escape mode "default"
}
bindsym $mod+r mode "resize"
#
@@ -219,13 +221,22 @@ bar {
inactive_workspace #32323200 #32323200 #5c5c5c
}
}
# Generated windows.
for_window [title="(?:Open|Save) (?:File|Folder|As)"] floating enable;
for_window [title="(?:Open|Save) (?:File|Folder|As)"] resize set 800 600
for_window [window_role="pop-up"] floating enable
for_window [window_role="bubble"] floating enable
for_window [window_role="task_dialog"] floating enable
for_window [window_role="Preferences"] floating enable
for_window [window_type="dialog"] floating enable
for_window [window_type="menu"] floating enable
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% \
&& pkill -RTMIN+10 i3blocks
&& pkill -RTMIN+10 i3blocks
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% \
&& pkill -RTMIN+10 i3blocks
&& pkill -RTMIN+10 i3blocks
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle \
&& pkill -RTMIN+10 i3blocks
@@ -239,6 +250,14 @@ bindsym XF86AudioPrev exec playerctl previous
bindsym XF86Search exec bemenu-run
bindsym $mod+p exec grimshot savecopy anything
bindgesture swipe:right workspace prev
bindgesture swipe:left workspace next
exec nextcloud-desktop-client.nextcloud
exec foot --server
exec mako
include /etc/sway/config.d/*