diff options
| author | ryukamish <[email protected]> | 2026-07-18 14:10:53 +0530 |
|---|---|---|
| committer | ryukamish <[email protected]> | 2026-07-18 14:10:53 +0530 |
| commit | 2d09a65992e34fdb8ee05c3252ea0b06c7e5f4c1 (patch) | |
| tree | 05a9c0c5d63ac335d2850d6b54602d9c4a0e3dbf | |
| parent | 272d71179030da013b4d04712c7961b86353b006 (diff) | |
chore(cleanup): removing unused lines
| -rw-r--r-- | .config/sway/config | 31 |
1 files changed, 4 insertions, 27 deletions
diff --git a/.config/sway/config b/.config/sway/config index 5a5bbd2..c824ad2 100644 --- a/.config/sway/config +++ b/.config/sway/config @@ -106,7 +106,7 @@ bindsym $mod+e exec $file_manager # Open ungoogled chromium bindsym $mod+b exec /usr/bin/helium \ --enable-features=WebUIDarkMode \ - --disable-features=WaylandFractionalScaleV1 + --disable-features=WaylandFractionalScaleV1 bindsym $mod+Shift+b exec /usr/bin/librewolf-bin @@ -255,16 +255,9 @@ bindsym --locked XF86AudioLowerVolume exec wpctl set-volume -l 1.5 \@DEFAULT_AUD bindsym --locked XF86AudioMute exec wpctl set-mute \@DEFAULT_AUDIO_SINK@ toggle bindsym --locked XF86AudioMicMute exec wpctl set-mute \@DEFAULT_AUDIO_SOURCE@ toggle -# Special keys to control media via playerctl -bindsym --locked XF86AudioPlay exec playerctl play-pause -bindsym --locked XF86AudioPause exec playerctl play-pause -bindsym --locked XF86AudioPrev exec playerctl previous -bindsym --locked XF86AudioNext exec playerctl next -bindsym --locked XF86AudioStop exec playerctl stop - # Special keys to adjust brightness via brightnessctl -bindsym --locked XF86MonBrightnessDown exec brightnessctl set -e1 -n2 5%- -bindsym --locked XF86MonBrightnessUp exec brightnessctl set -e1 -n2 5%+ +bindsym --locked XF86MonBrightnessDown exec brightnessctl set -d intel_backlight -e1 -n2 5%- +bindsym --locked XF86MonBrightnessUp exec brightnessctl set -d intel_backlight -e1 -n2 5%+ bindsym --locked $mod+XF86MonBrightnessDown exec ~/.local/bin/waybar-brightness down bindsym --locked $mod+XF86MonBrightnessUp exec ~/.local/bin/waybar-brightness up @@ -319,10 +312,6 @@ for_window [app_id = "floating"] $float for_window [app_id = "floating_update"] $float for_window [title = "^Open File$"] $float_resize for_window [title = "^Save File$"] $float_resize -# for_window [app_id = "mpv"] { -# floating enable -# resize set 850 900 px -# } for_window [app_id = "pavucontrol"] $float_resize for_window [app_id = "TUI.float"] $float_resize for_window [app_id="firefox" title="^Picture-in-Picture$"] $popup @@ -354,7 +343,7 @@ seat * xcursor_theme Vimix-White 32 exec gsettings set org.gnome.desktop.interface cursor-theme Vimix-White exec gsettings set org.gnome.desktop.interface cursor-size 32 -# Services +#=== Services === # DBUS exec dbus-update-activation-environment \ @@ -366,9 +355,6 @@ exec swayidle -w \ timeout 900 'swaymsg "output * power off"' resume 'swaymsg "output * power on"' \ before-sleep 'swaylock --daemonize' -# wlsunset -# exec wlsunset -l '23.36' -L '85.33' - # poweralertd exec poweralertd @@ -376,15 +362,6 @@ exec poweralertd exec wl-paste --type text --watch cliphist store exec wl-paste --type image --watch cliphist store -# NOTE: Facing a lot of issues with `gnome-keyring` -# Have decided not use `gnome-keyring` - -# Gnome keyring -# also required to add into /etc/pam.d/login to autostart and unlock from TTY -# auth optional pam_gnome_keyring.so -# session optional pam_gnome_keyring.so auto_start -# exec gnome-keyring-daemon --start --components=secrets - # Desktop notification exec mako |
