1
0

Adds spotify/cava and switch to ulauncher

This commit is contained in:
2021-09-16 11:54:13 +02:00
parent 873353df5f
commit f8aecb3ccd
+7 -4
View File
@@ -6,10 +6,6 @@ set $down j
set $up k set $up k
set $right l set $right l
set $term kitty set $term kitty
set $launcher bemenu-run -i -l 8 -H 30 -m 1 -f -p "Run:" -P ">>"\
--nb="$color0" --nf="$color1" --hb="$color1" --hf="$color0" --tb="$color0" --tf="$color4" \
--ff="$color5" --fb="$color0"
set $launcher dmenu-wl_run -i -b -p Run -h 30 -nb "$color0" -nf "$color1" -sb "$color1" -sf "$color0" -m "$scr_bige"
# Input/output configuration # Input/output configuration
output * bg $color0 solid_color output * bg $color0 solid_color
@@ -22,6 +18,9 @@ include workspaces
include display include display
include input include input
set $launcher ulauncher
floating_modifier Mod1 floating_modifier Mod1
# Window settings and layout # Window settings and layout
@@ -81,9 +80,12 @@ bindsym $mod+Shift+Ctrl+w exec firefox -P Shinobi
bindsym $mod+e exec $term ranger bindsym $mod+e exec $term ranger
bindsym $mod+Shift+e exec steam bindsym $mod+Shift+e exec steam
bindsym $mod+Shift+a exec $term -e pulsemixer bindsym $mod+Shift+a exec $term -e pulsemixer
bindsym $mod+Ctrl+Shift+a exec $term -e cava
bindsym $mod+i exec $term -e htop --user mark bindsym $mod+i exec $term -e htop --user mark
bindsym $mod+Shift+d exec lightcord --no-sandbox bindsym $mod+Shift+d exec lightcord --no-sandbox
bindsym $mod+Shift+m exec $term -e ncmpcpp bindsym $mod+Shift+m exec $term -e ncmpcpp
bindsym $mod+Ctrl+m exec $term -e cava
bindsym $mod+m exec spotify
bindsym $mod+p exec pass clip -r bindsym $mod+p exec pass clip -r
bindsym $mod+Shift+p exec grim -g "$(slurp -p)" -t ppm - | convert - -format '%[pixel:p{0,0}]' txt:- | tail -1 | grep '#' | awk '{print $3}' | wl-copy bindsym $mod+Shift+p exec grim -g "$(slurp -p)" -t ppm - | convert - -format '%[pixel:p{0,0}]' txt:- | tail -1 | grep '#' | awk '{print $3}' | wl-copy
bindsym $mod+Shift+t exec teams bindsym $mod+Shift+t exec teams
@@ -118,6 +120,7 @@ assign [class="Steam"] $ws4
for_window [class="Steam"] move workspace $ws4 for_window [class="Steam"] move workspace $ws4
for_window [title="Firefox — Sharing Indicator"] floating enable for_window [title="Firefox — Sharing Indicator"] floating enable
for_window [title="Firefox — Sharing Indicator"] nofocus for_window [title="Firefox — Sharing Indicator"] nofocus
for_window [app_id="ulauncher"] border pixel 0
include /etc/sway/config.d/* include /etc/sway/config.d/*