testing stuff
This commit is contained in:
parent
0d7776e6c5
commit
7bc11f19cf
|
|
@ -154,7 +154,12 @@ for_window [instance="dropdown"] floating enable
|
||||||
for_window [instance="dropdown"] resize set 625 400
|
for_window [instance="dropdown"] resize set 625 400
|
||||||
for_window [instance="dropdown"] move position center
|
for_window [instance="dropdown"] move position center
|
||||||
for_window [instance="dropdown"] move scratchpad
|
for_window [instance="dropdown"] move scratchpad
|
||||||
#exec --no-startup-id $term -name dropdown -e tmux
|
exec --no-startup-id $term -name dropdown -e tmux
|
||||||
|
#for_window [instance="music"] floating enable
|
||||||
|
#for_window [instance="music"] resize set 625 40
|
||||||
|
#for_window [instance="music"] move position center
|
||||||
|
#for_window [instance="music"] move scratchpad
|
||||||
|
#exec --no-startup-id $term -name music -e ncmpcpp
|
||||||
|
|
||||||
###---Basic Bindings---###
|
###---Basic Bindings---###
|
||||||
bindsym $mod+Return exec $term
|
bindsym $mod+Return exec $term
|
||||||
|
|
@ -208,7 +213,7 @@ bindsym $mod+Shift+i resize grow height 10 px or 10 ppt
|
||||||
bindsym $mod+p exec $pause
|
bindsym $mod+p exec $pause
|
||||||
bindsym $mod+Shift+p exec mypaint
|
bindsym $mod+Shift+p exec mypaint
|
||||||
|
|
||||||
bindsym $mod+a [instance="math"] scratchpad show; move position center
|
bindsym $mod+a [instance="music"] scratchpad show; move position center
|
||||||
bindsym $mod+Shift+a exec pavucontrol
|
bindsym $mod+Shift+a exec pavucontrol
|
||||||
#bindsym $mod+Shift+a exec $term -e ncpamixer
|
#bindsym $mod+Shift+a exec $term -e ncpamixer
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -506,3 +506,4 @@ visualizer_color = 246,245,244,243,242,241,240,239,238,237,236,235
|
||||||
active_window_border = "red"
|
active_window_border = "red"
|
||||||
#
|
#
|
||||||
execute_on_song_change = twmnc -c "Now Playing ♫ $(mpc current)"
|
execute_on_song_change = twmnc -c "Now Playing ♫ $(mpc current)"
|
||||||
|
#execute_on_song_change = python ~/.config/Scripts(mpd_notifier.py
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue