Update laptop nvim conf
This commit is contained in:
@@ -17,24 +17,22 @@ default_border pixel 5
|
|||||||
default_floating_border pixel 5
|
default_floating_border pixel 5
|
||||||
|
|
||||||
# Use pactl to adjust volume in PulseAudio.
|
# Use pactl to adjust volume in PulseAudio.
|
||||||
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5% && $refresh_i3status
|
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5% && $refresh_i3status
|
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
|
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||||
|
|
||||||
bindsym XF86AudioPlay exec dbus-send --print-reply --dest=org.mpris.MediaPlayer2.Feishin /org/mpris/MediaPlayer2 org.mpris.MediaPlayer2.Player.PlayPause
|
|
||||||
# bindsym XF86AudioPlay exec python3 /home/eesim/Scripts/MuteMusic.py
|
# bindsym XF86AudioPlay exec python3 /home/eesim/Scripts/MuteMusic.py
|
||||||
bindsym XF86AudioPause exec playerctl play-pause
|
bindsym XF86AudioPause exec playerctl play-pause
|
||||||
bindsym XF86AudioNext exec playerctl next
|
bindsym XF86AudioNext exec playerctl next
|
||||||
bindsym XF86AudioPrev exec playerctl previous
|
bindsym XF86AudioPrev exec playerctl previous
|
||||||
|
|
||||||
bindsym $mod+Shift+o exec swaymsg "output * dpms on"
|
|
||||||
|
|
||||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
# start a terminal
|
# start a terminal
|
||||||
bindsym $mod+Return exec --no-startup-id alacritty
|
bindsym $mod+Return exec alacritty
|
||||||
bindsym $mod+Control+f exec MOZ_ENABLE_WAYLAND=1 firefox
|
bindsym $mod+Control+f exec MOZ_ENABLE_WAYLAND=1 firefox
|
||||||
bindsym $mod+Control+s exec steam
|
bindsym $mod+Control+s exec steam
|
||||||
bindsym $mod+Control+t exec thunar
|
bindsym $mod+Control+t exec thunar
|
||||||
@@ -155,7 +153,6 @@ set $opacity 0.9
|
|||||||
for_window [app_id="de.shorsh.discord-screenaudio"] opacity $opacity
|
for_window [app_id="de.shorsh.discord-screenaudio"] opacity $opacity
|
||||||
for_window [class="discord"] opacity $opacity
|
for_window [class="discord"] opacity $opacity
|
||||||
for_window [app_id="Alacritty"] opacity $opacity
|
for_window [app_id="Alacritty"] opacity $opacity
|
||||||
for_window [app_id="org.qbittorrent.qBittorrent"] opacity $opacity
|
|
||||||
|
|
||||||
for_window [class="gamescope"] fullscreen
|
for_window [class="gamescope"] fullscreen
|
||||||
for_window [app_id="gamescope"] fullscreen
|
for_window [app_id="gamescope"] fullscreen
|
||||||
@@ -182,7 +179,6 @@ assign [class="discord"] $ws5
|
|||||||
assign [app_id="com.obsproject.Studio"] $ws6
|
assign [app_id="com.obsproject.Studio"] $ws6
|
||||||
|
|
||||||
# Workspace 7
|
# Workspace 7
|
||||||
assign [class="Sonixd"] $ws7
|
|
||||||
assign [app_id="org.strawberrymusicplayer.strawberry"] $ws7
|
assign [app_id="org.strawberrymusicplayer.strawberry"] $ws7
|
||||||
|
|
||||||
# Workspace 8
|
# Workspace 8
|
||||||
@@ -191,8 +187,6 @@ assign [app_id="org.pipewire.Helvum"] $ws8
|
|||||||
assign [app_id="pavucontrol"] $ws8
|
assign [app_id="pavucontrol"] $ws8
|
||||||
|
|
||||||
# Workspace 9
|
# Workspace 9
|
||||||
assign [app_id="org.qbittorrent.qBittorrent"] $ws9
|
|
||||||
assign [app_id="transmission-qt"] $ws9
|
|
||||||
|
|
||||||
# Workspace 10
|
# Workspace 10
|
||||||
assign [app_id="python3"] $ws10
|
assign [app_id="python3"] $ws10
|
||||||
|
|||||||
Reference in New Issue
Block a user