diff options
| author | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2023-06-28 13:19:22 -0300 | 
|---|---|---|
| committer | Anna (navi) Figueiredo Gomes <navi@vlhl.dev> | 2023-06-28 13:22:02 -0300 | 
| commit | 8aa44a9d090eb2bd94d358083ea31aca5f16b3ab (patch) | |
| tree | ee1a433e2df6da98d6aa57bb03c3d9b38ca242f2 /.config/i3/config | |
| parent | 6b2523b49746daaa2341ae6d16ca036df56cf548 (diff) | |
| download | dotfiles-8aa44a9d090eb2bd94d358083ea31aca5f16b3ab.tar.xz | |
update
Signed-off-by: Anna (navi) Figueiredo Gomes <navi@vlhl.dev>
Diffstat (limited to '.config/i3/config')
| -rwxr-xr-x | .config/i3/config | 46 | 
1 files changed, 7 insertions, 39 deletions
| diff --git a/.config/i3/config b/.config/i3/config index 5708248..4b560eb 100755 --- a/.config/i3/config +++ b/.config/i3/config @@ -82,42 +82,12 @@ client.unfocused       	$unfocused_border	$background	$text	$sec_indicator	$unfo  client.urgent          	$urgent				$background	$text	$indicator		$urgent  font pango:JetBrains Mono 9 -#for_window [class=".*"] border pixel 2 -#gaps inner 5 +for_window [class=".*"] border pixel 2  # ============ Modes ============  bindsym $mod+r mode "resize" -#mode "resize" { -	#bindsym Left resize shrink width 5 px or 5 ppt -	#bindsym Down resize shrink height 5 px or 5 ppt -	#bindsym Up resize grow height 5 px or 5 ppt -	#bindsym Right resize grow width 5 px or 5 ppt -# -	#bindsym h resize shrink width 5 px or 5 ppt -	#bindsym j resize shrink height 5 px or 5 ppt -	#bindsym k resize grow height 5 px or 5 ppt -	#bindsym l resize grow width 5 px or 5 ppt -# -	#bindsym Return mode "default" -	#bindsym Escape mode "default" -	#bindsym $mod+r mode "default" -#}  bindsym $mod+s exec --no-startup-id "i3-big-swap.py" -# mode "settings" -#mode "settings" { -	#bindsym d exec dunstctl set-paused toggle -	#bindsym b exec bluetooth-notif --toggle -	#bindsym n exec networkmanager_dmenu, mode "default" -	#bindsym m exec pamixer -t -	#bindsym v exec pavucontrol -	#bindsym a exec --no-startup-id "audio-output.sh", mode "default" -	#bindsym o exec --no-startup-id "hdmi-xrandr", mode "default" -	#bindsym r exec --no-startup-id "record-screen.sh", mode "default" -	#bindsym S exec --no-startup-id "i3-big-swap.py", mode "default" -# -	#bindsym Escape mode "default" -#}  # ======================== Keybinds ========================  # ============ System Keybinds ============ @@ -191,8 +161,10 @@ bindsym $mod+m mode "music"  mode "music" {  	bindsym a exec --no-startup-id "music album", mode "default" -	bindsym m exec --no-startup-id "music title", mode "default" -	bindsym s exec --no-startup-id "music artist", mode "default" +	bindsym s exec --no-startup-id "music title", mode "default" +	bindsym A exec --no-startup-id "music artist", mode "default" + +	bindsym d exec --no-startup-id "auto-msc-download.sh", mode "default"  	bindsym Escape mode "default"  } @@ -208,15 +180,11 @@ bindsym $mod+Control+S exec --no-startup-id "pastedit"  exec_always --no-startup-id "~/.local/bin/hdmi-xrandr --extend"  exec_always --no-startup-id "xwallpaper --zoom \"${HOME}/.config/wallpaper\"" -exec --no-startup-id picom --experimental-backend & -#exec --no-startup-id sakura --class=weechat -x weechat -#exec --no-startup-id sakura --class=neomutt -x neomutt -#exec --no-startup-id discord & -#exec --no-startup-id steam & +exec --no-startup-id picom & +exec_always --no-startup-id xautolock -time 5 -locker "i3lock -i ~/.config/wallpaper" &  # ============ User Application Startup ============  # ============ Window Rules ============ -for_window [all] title_window_icon yes, title_window_icon padding 3px  for_window [class="Pavucontrol"] floating enable  for_window [title="Picture-in-Picture"] sticky enable  for_window [class="Dragon-drag-and-drop"] sticky enable | 
