some things for other things and new mpv ui

This commit is contained in:
Chris Cochrun 2021-08-25 05:14:15 -05:00
parent 4f4bf30170
commit 485fbf28ba
14 changed files with 2135 additions and 75 deletions

View file

@ -9,7 +9,7 @@ set $up k
set $right l
set $term alacritty
set $menu rofi -no-lazy-grab -show drun -modi drun | xargs swaymsg exec --
set $menu wofi --show drun | xargs swaymsg exec --
### Output configuration
output * bg /usr/share/wallpapers/Flow/contents/images/5120x2880.jpg fill
@ -48,8 +48,8 @@ input type:touchpad {
}
### Style
gaps outer 10
gaps inner 20
gaps outer 5
gaps inner 10
# smart_gaps on
default_border none
@ -75,7 +75,7 @@ titlebar_border_thickness 1
# Start your launcher
bindsym Menu exec $menu
bindsym $mod+Shift+Menu exec wofi --show drun
bindsym $mod+Menu exec rofi -no-lazy-grab -show run -modi run | xargs swaymsg exec --
bindsym $mod+Menu exec wofi --show run | xargs swaymsg exec --
bindsym $mod+s exec filesearch
#Pass
@ -232,11 +232,11 @@ bindsym $mod+o mode "$mode_launcher"
bindsym $mod+Ctrl+m exec makoctl dismiss -a
mode "$mode_launcher" {
bindsym e exec emacsclient -c -a emacs &
bindsym b exec qutebrowser
bindsym a exec emacsclient -c -e '(chris/org-agenda)'
bindsym m exec emacsclient -c -e '(mu4e)'
bindsym Shift+d exec dolphin
bindsym e exec emacsclient -c -a emacs &&mode "default"
bindsym b exec qutebrowser &&mode "default"
bindsym a exec emacsclient -c -e '(chris/org-agenda)' &&mode "default"
bindsym m exec emacsclient -c -e '(mu4e)' &&mode "default"
bindsym Shift+d exec dolphin &&mode "default"
bindsym Return mode "default"
bindsym Escape mode "default"
}
@ -251,6 +251,7 @@ bar {
}
for_window [title="org-agend"] floating enable
for_window [app_id="mpv"] floating enable
for_window [app_id="imv"] floating enable
for_window [app_id="dolphin"] floating enable