cleaning i3-config
This commit is contained in:
parent
840cf451be
commit
eff8e0955b
|
|
@ -112,23 +112,14 @@ set $inc --no-startup-id amixer sset Master 2%+
|
||||||
set $biginc --no-startup-id amixer sset Master 5%+
|
set $biginc --no-startup-id amixer sset Master 5%+
|
||||||
set $dec --no-startup-id amixer sset Master 2%-
|
set $dec --no-startup-id amixer sset Master 2%-
|
||||||
set $bigdec --no-startup-id amixer sset Master 5%-
|
set $bigdec --no-startup-id amixer sset Master 5%-
|
||||||
set $mute --no-startup-id amixer sset Master toggle
|
set $mute --no-startup-id pactl set-sink-mute 0 toggle
|
||||||
set $truemute --no-startup-id amixer sset Master mute
|
set $truemute --no-startup-id amixer sset Master mute
|
||||||
#set $audio --no-startup-id bash ~/.config/Scripts/audio_alsa.sh
|
#set $audio --no-startup-id bash ~/.config/Scripts/audio_alsa.sh
|
||||||
|
|
||||||
###---Dropdown/Scratchpad Windows---###
|
###---Dropdown/Scratchpad Windows---###
|
||||||
#First I have a tmux window used for background scripts.
|
exec --no-startup-id $term --title scratchterm
|
||||||
#I'll later bind this to mod+u.
|
for_window [title="scratchterm"] move scratchpad
|
||||||
for_window [instance="dropdown"] floating enable
|
bindsym $mod+n [title="scratchterm"] scratchpad show, resize set 940 600, move position center
|
||||||
for_window [instance="dropdown"] resize set 625 400
|
|
||||||
for_window [instance="dropdown"] move position center
|
|
||||||
for_window [instance="dropdown"] move scratchpad
|
|
||||||
#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
|
||||||
|
|
@ -226,9 +217,6 @@ bindsym $mod+Shift+v exec projectM-pulseaudio
|
||||||
#bindsym $mod+b exec $prev
|
#bindsym $mod+b exec $prev
|
||||||
#bindsym $mod+Shift+b exec --no-startup-id blender; workspace $ws6
|
#bindsym $mod+Shift+b exec --no-startup-id blender; workspace $ws6
|
||||||
|
|
||||||
bindsym $mod+n exec $term -e newsboat
|
|
||||||
#bindsym $mod+Shift+n exec $term -e newsboat
|
|
||||||
|
|
||||||
bindsym $mod+m exec $music
|
bindsym $mod+m exec $music
|
||||||
bindsym $mod+Shift+m exec $mute
|
bindsym $mod+Shift+m exec $mute
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue