diff options
| -rw-r--r-- | sway/.config/sway/config | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/sway/.config/sway/config b/sway/.config/sway/config index 5d07b19..9e79a30 100644 --- a/sway/.config/sway/config +++ b/sway/.config/sway/config | |||
| @@ -47,11 +47,9 @@ set $menu dmenu_path | wmenu | xargs swaymsg exec -- | |||
| 47 | output $laptop_screen scale 1.25 | 47 | output $laptop_screen scale 1.25 |
| 48 | 48 | ||
| 49 | ### Wallpaper | 49 | ### Wallpaper |
| 50 | # output * bg /usr/share/backgrounds/sway/Sway_Wallpaper_Blue_1920x1080.png fill | ||
| 51 | output * bg ~/Sync/Files/wallpaper/PagedOut_002_wallpaper_30.png fill | 50 | output * bg ~/Sync/Files/wallpaper/PagedOut_002_wallpaper_30.png fill |
| 52 | # output * bg ~/Sync/Files/wallpaper/Photo\ by\ Pramod\ Tiwari\ \(uvld3ZQxK1g\).jpg fill | 51 | # output * bg ~/Sync/Files/wallpaper/Photo\ by\ Pramod\ Tiwari\ \(uvld3ZQxK1g\).jpg fill |
| 53 | 52 | ||
| 54 | |||
| 55 | ############################################################################### | 53 | ############################################################################### |
| 56 | # Idle configuration | 54 | # Idle configuration |
| 57 | exec swayidle -w \ | 55 | exec swayidle -w \ |
| @@ -225,10 +223,6 @@ bindsym $mod+r mode "resize" | |||
| 225 | # bindsym $alt+Shift+4 exec grim -g "$(slurp)" /tmp/ss.png && ~/bin/linode-uploader /tmp/ss.png && rm /tmp/ss.png | 223 | # bindsym $alt+Shift+4 exec grim -g "$(slurp)" /tmp/ss.png && ~/bin/linode-uploader /tmp/ss.png && rm /tmp/ss.png |
| 226 | 224 | ||
| 227 | # Volume Control | 225 | # Volume Control |
| 228 | # bindsym XF86AudioLowerVolume exec ~/.config/sway/scripts/volume_down.sh | ||
| 229 | # bindsym XF86AudioRaiseVolume exec ~/.config/sway/scripts/volume_up.sh | ||
| 230 | # bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle && pactl list sinks | grep '^[[:space:]]Volume:' | head -n $(( $( pactl list short sinks | sed -e 's,^\([0-9][0-9]*\)[^0-9].*,\1,' | head -n 1 ) + 1 )) | tail -n 1 | sed -e 's,.* \([0-9][0-9]*\)%.*,\1,' > $SWAYSOCK.wob | ||
| 231 | |||
| 232 | bindsym XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_SINK@ 5%- | 226 | bindsym XF86AudioLowerVolume exec wpctl set-volume @DEFAULT_SINK@ 5%- |
| 233 | bindsym XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_SINK@ 5%+ | 227 | bindsym XF86AudioRaiseVolume exec wpctl set-volume @DEFAULT_SINK@ 5%+ |
| 234 | bindsym XF86AudioMute exec wpctl set-mute @DEFAULT_SINK@ toggle | 228 | bindsym XF86AudioMute exec wpctl set-mute @DEFAULT_SINK@ toggle |
| @@ -239,7 +233,7 @@ bindsym XF86AudioMute exec wpctl set-mute @DEFAULT_SINK@ toggle | |||
| 239 | bar { | 233 | bar { |
| 240 | swaybar_command waybar | 234 | swaybar_command waybar |
| 241 | } | 235 | } |
| 242 | # # Read `man 5 sway-bar` for more information about this section. | 236 | # # Read `man 5 sway-bar` for more info |
| 243 | # bar { | 237 | # bar { |
| 244 | # position top | 238 | # position top |
| 245 | 239 | ||