remove background
This commit is contained in:
parent
3ea45da760
commit
ca6eead644
1 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ for_window [app_id=".*"] inhibit_idle fullscreen
|
||||||
exec swayidle timeout 300 'swaylock'
|
exec swayidle timeout 300 'swaylock'
|
||||||
|
|
||||||
# Start
|
# Start
|
||||||
output * bg /usr/share/backgrounds/Black.jpg fill
|
# output * bg /usr/share/backgrounds/Black.jpg fill
|
||||||
exec waybar
|
exec waybar
|
||||||
exec wl-paste --watch cliphist store
|
exec wl-paste --watch cliphist store
|
||||||
exec wlsunset -l "38.2" -L "-85.7"
|
exec wlsunset -l "38.2" -L "-85.7"
|
||||||
|
@ -70,8 +70,8 @@ bindgesture swipe:left workspace next
|
||||||
# Shortcuts
|
# Shortcuts
|
||||||
bindsym $mod+Return exec foot
|
bindsym $mod+Return exec foot
|
||||||
bindsym $mod+d exec wmenu-run
|
bindsym $mod+d exec wmenu-run
|
||||||
bindsym $mod+y exec '~/.local/bin/yt "$(wl-paste)"'
|
bindsym $mod+y exec 'yt "$(wl-paste)"'
|
||||||
bindsym $mod+p exec foot -T "$(wl-paste)" -e sh -c '~/.local/bin/yt_music "$(wl-paste -n)"'
|
bindsym $mod+p exec foot -T "$(wl-paste)" -e sh -c 'yt_music "$(wl-paste -n)"'
|
||||||
bindsym $mod+s exec 'grim -g "$(slurp -d)" - | wl-copy'
|
bindsym $mod+s exec 'grim -g "$(slurp -d)" - | wl-copy'
|
||||||
bindsym Print exec 'grim - | swayimg -f -'
|
bindsym Print exec 'grim - | swayimg -f -'
|
||||||
bindsym Mod4+e exec thunar
|
bindsym Mod4+e exec thunar
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue