scratchpad from bling awesome
This commit is contained in:
parent
0d7f3e5a89
commit
87ee1ba3d0
20 changed files with 724 additions and 117 deletions
29
sway/config
29
sway/config
|
@ -16,18 +16,17 @@ output * bg /usr/share/wallpapers/Flow/contents/images/5120x2880.jpg fill
|
|||
|
||||
###old ~/Pictures/wallpapers/RoyalKing.png
|
||||
|
||||
output eDP-1 pos 0 0
|
||||
output DP-3 pos 3000 0
|
||||
exec kanshi
|
||||
|
||||
### Idle configuration
|
||||
#
|
||||
# Example configuration:
|
||||
#
|
||||
# exec swayidle -w \
|
||||
# timeout 300 'swaylock -f -c 000000' \
|
||||
# timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
|
||||
# before-sleep 'swaylock -f -c 000000'
|
||||
#
|
||||
exec swayidle -w \
|
||||
timeout 300 'swaylock -S --effect-blur 20x3 --fade-in 1 --effect-vignette 0.5:1 --grace 60' \
|
||||
timeout 600 'swaymsg "output * dpms off"' resume 'swaymsg "output * dpms on"' \
|
||||
before-sleep 'swaylock -S --effect-blur 20x3 --effect-vignette 0.5:1'
|
||||
|
||||
# This will lock your screen after 300 seconds of inactivity, then turn off
|
||||
# your displays after another 300 seconds, and turn your screens back on when
|
||||
# resumed. It will also lock your screen before your computer goes to sleep.
|
||||
|
@ -78,7 +77,7 @@ client.focused '#282a36' '#57c7ff' '#34353e' '#34353e'
|
|||
bindsym $mod+c kill
|
||||
|
||||
# Start your launcher
|
||||
bindsym Menu exec $menu
|
||||
bindsym $mod+Mod1+Space exec $menu
|
||||
bindsym $mod+Shift+Menu exec wofi --show drun
|
||||
bindsym $mod+Menu exec wofi --show run | xargs swaymsg exec --
|
||||
bindsym $mod+s exec filesearch
|
||||
|
@ -198,9 +197,13 @@ client.focused '#282a36' '#57c7ff' '#34353e' '#34353e'
|
|||
|
||||
bindsym $mod+a exec alacritty --class pulsemixer -e pulsemixer
|
||||
bindsym XF86AudioRaiseVolume exec pactl set-sink-volume @DEFAULT_SINK@ +5% && paplay /usr/share/sounds/freedesktop/stereo/audio-volume-change.oga
|
||||
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5%
|
||||
bindsym XF86AudioLowerVolume exec pactl set-sink-volume @DEFAULT_SINK@ -5% && paplay /usr/share/sounds/freedesktop/stereo/audio-volume-change.oga
|
||||
bindsym XF86AudioMute exec pactl set-sink-mute @DEFAULT_SINK@ toggle
|
||||
|
||||
# Backlight
|
||||
bindsym XF86MonBrightnessUp exec brightnessctl set +5%
|
||||
bindsym XF86MonBrightnessDown exec brightnessctl set 5%-
|
||||
|
||||
#
|
||||
# Resizing containers:
|
||||
#
|
||||
|
@ -254,16 +257,16 @@ for_window [app_id="mpv"] floating enable
|
|||
for_window [app_id="imv"] floating enable
|
||||
for_window [app_id="dolphin"] floating enable
|
||||
for_window [app_id="pulsemixer"] floating enable
|
||||
for_window [class="\*Org Agenda(a)\*"] floating enable
|
||||
for_window [app_id="qutebrowser"] move container to workspace number 2, opacity set 1
|
||||
for_window [app_id="emacs"] opacity set 0.90
|
||||
for_window [class="\*Org Agenda(a)\*"] floating enable; move scratchpad
|
||||
for_window [app_id="__focused__"] opacity set 1
|
||||
for_window [app_id="qutebrowser"] move container to workspace number 2, opacity set 1
|
||||
# for_window [app_id="emacs"] opacity set 0.90
|
||||
|
||||
### Locking screen
|
||||
bindsym $mod+Ctrl+l exec swaylock-blur --blur-sigma 80
|
||||
|
||||
exec emacs --daemon
|
||||
exec kwalletd5
|
||||
# exec kwalletd5
|
||||
exec mako
|
||||
exec nextcloud --background
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue