add some files
This commit is contained in:
parent
a8c59e69cb
commit
481612fd84
12 changed files with 133 additions and 6 deletions
|
@ -15,10 +15,6 @@ set $up k
|
|||
set $right l
|
||||
# Your preferred terminal emulator
|
||||
set $term foot
|
||||
# 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 | wofi | xargs swaymsg exec --
|
||||
|
||||
### Output configuration
|
||||
#
|
||||
|
@ -78,7 +74,7 @@ input type:touchpad {
|
|||
bindsym $mod+Shift+q kill
|
||||
|
||||
# Start your launcher
|
||||
bindsym $mod+d exec $menu
|
||||
bindsym $mod+d exec cglaunch wldash
|
||||
|
||||
# Drag floating windows by holding down $mod and left mouse button.
|
||||
# Resize them with right mouse button + $mod.
|
||||
|
@ -205,6 +201,15 @@ mode "resize" {
|
|||
}
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
# Keybindings
|
||||
bindsym --to-code {
|
||||
XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5%
|
||||
XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
XF86AudioMicMute exec pactl set-source-mute @DEFAULT_SOURCE@ toggle
|
||||
XF86MonBrightnessDown exec brightnessctl set 5%-
|
||||
XF86MonBrightnessUp exec brightnessctl set +5%
|
||||
}
|
||||
#
|
||||
# Status Bar:
|
||||
#
|
||||
|
@ -214,3 +219,4 @@ bar {
|
|||
}
|
||||
|
||||
include /etc/sway/config.d/*
|
||||
exec systemctl --user start sway-session.target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue