From 0e0a9088b45fd6829d7b5cc19d16b4e50675f76b Mon Sep 17 00:00:00 2001 From: David Luevano Alvarado Date: Tue, 23 Feb 2021 11:06:58 -0700 Subject: REMOVE I3 FINALLY --- .config/i3/config | 342 ------------------------------------------------------ 1 file changed, 342 deletions(-) delete mode 100644 .config/i3/config (limited to '.config/i3/config') diff --git a/.config/i3/config b/.config/i3/config deleted file mode 100644 index 5817454..0000000 --- a/.config/i3/config +++ /dev/null @@ -1,342 +0,0 @@ -# vim: filetype=i3config - -##---Basic definitions---## -exec_always feh --bg-fill ~/pix/wp/starwars_1.png -focus_on_window_activation urgent -for_window [class=".*"] border pixel 2 -gaps inner 5 -gaps outer 10 -set $mod Mod4 -font pango:monospace 10 -## Gaps defaults. - set $gi "5" - set $go "10" -## i3config variables. - # Totally needed. - set $mon2 "HDMI-0" - set $mon1 "DP-0" - # set $dmenu --no-startup-id i3-dmenu-desktop - # set $term --no-startup-id $TERMINAL - # set $fmgr $FILE - # set $ibwsr --no-startup-id $BROWSER - # set $edit --no-startup-id $EDITOR - # set $read --no-startup-id $READER - # set $rstbar pkill -RTMIN+1 i3blocks - # Other. - # set $ss --no-startup-id $SSMGR - # set $sspath "$HOME/pix/ss/" - # set $music --no-startup-id $MUSIC - # set $msgs --no-startup-id $MSGCHAT - # set $mail --no-startup-id $MAILMGR -## Colors from ~/.Xresources. - # set_from_resource $bg background - # set_from_resource $fg foreground - set_from_resource $c0 color0 - set_from_resource $c1 color1 - set_from_resource $c2 color2 - set_from_resource $c3 color3 - set_from_resource $c4 color4 - set_from_resource $c5 color5 - set_from_resource $c6 color6 - set_from_resource $c7 color7 - set_from_resource $c8 color8 - set_from_resource $c9 color9 - set_from_resource $c10 color10 - set_from_resource $c11 color11 - set_from_resource $c12 color12 - set_from_resource $c13 color13 - set_from_resource $c14 color14 - set_from_resource $c15 color15 -## Workspace variables. - set $ws1 "1: Terminal" - set $ws2 "2: Editor" - set $ws3 "3: Coding" - set $ws4 "4: Files" - set $ws5 "5: Multimedia" - set $ws6 "6: Browser" - set $ws7 "7:  Messaging" - set $ws8 "8: Reader" - set $ws9 "9: Gaming" - set $ws10 "10: Music" -## Workspace location in monitors. - workspace $ws1 output $mon1 $mon2 - workspace $ws2 output $mon1 $mon2 - workspace $ws3 output $mon1 $mon2 - workspace $ws4 output $mon1 $mon2 - workspace $ws5 output $mon1 $mon2 - workspace $ws6 output $mon2 $mon1 - workspace $ws7 output $mon2 $mon1 - workspace $ws8 output $mon2 $mon1 - workspace $ws9 output $mon2 $mon1 - workspace $ws10 output $mon2 $mon1 -## Applications location in workspaces. - # WS1 - # WS2 - # WS3 - # WS4 - # WS5 - assign [class="vlc"] $ws5 - # WS6 - # For a negative regex lookup: "^(?!Save As).*$", for example. - # assign [class="firefox"] $ws6 - # WS7 - assign [class="Thunderbird"] $ws7 - # WS8 - # WS9 - assign [class="discord"] $ws9 - assign [class="Steam" title="steam"] $ws9 - for_window [title="/^Steam$/"] move to workspace $ws9 - # WS10 -## Window properties and or behaviour. - for_window [class="Yad"] floating enable - for_window [class="mogli"] floating enable - - # Steam specific. - for_window [class="Steam" title="Steam Guard"] floating enable - for_window [class="Steam" title="Steam - News"] floating enable - for_window [class="Steam" title="Friends List"] floating enable - -##---i3 color scheme---## -# Class bor bgt txt ind chb -client.focused $c14 $c4 $c8 $c4 $c6 -client.focused_inactive $c0 $c0 $c14 $c11 $c0 -client.unfocused $c0 $c8 $c14 $c0 $c0 -client.urgent $c1 $c1 $c8 $c1 $c1 -client.placeholder $c8 $c8 $c14 $c8 $c8 -client.background $c15 - -##---i3bar configuration---## -## Primary monitor. - bar { - output $mon1 - tray_output $mon1 - position top - status_command $STATUSBAR - colors{ - background $c8 - statusline $c12 - separator $c0 - - # Class bor bag txt - focused_workspace $c14 $c4 $c8 - active_workspace $c14 $c11 $c8 - inactive_workspace $c11 $c0 $c14 - urgent_workspace $c1 $c1 $c8 - binding_mode $c8 $c3 $c8 - } - } -## Second monitor. - bar { - output $mon2 - tray_output none - position top - status_command $STATUSBAR - colors{ - background $c8 - statusline $c12 - separator $c0 - - # Class bor bag txt - focused_workspace $c14 $c4 $c8 - active_workspace $c14 $c11 $c8 - inactive_workspace $c11 $c0 $c14 - urgent_workspace $c1 $c1 $c8 - binding_mode $c8 $c3 $c8 - } - } - -##--Keybindings--## -## Basic bindings. - # bindsym $mod+Shift+c reload - # bindsym $mod+Shift+r restart - # bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'Exit i3? This will end your X session.' -B 'Yes, exit i3' 'i3-msg exit'" - -## Apps. - # bindsym $mod+Return exec $term - # bindsym $mod+Delete exec $term -e htop - # bindsym $mod+Shift+w exec $ibwsr - # bindsym $mod+Shift+f workspace $ws4 exec $term -e $fmgr - # bindsym $mod+m exec $music - # bindsym $mod+Shift+m exec $msgs - # bindsym $mod+Shift+m exec $mail - # Screenshots. - # bindsym Print exec $ss gui - # bindsym $mod+Print exec $ss full -c - # bindsym $mod+Shift+Print exec $ss full -p $sspath - -## Dmenu. - # bindsym $mod+d exec $dmenu - -## Navigation and window options. - # Basics. - bindsym $mod+Shift+q kill - floating_modifier $mod - bindsym $mod+Shift+g split h - bindsym $mod+Shift+v split v - bindsym $mod+f fullscreen toggle - - # Modes. - bindsym $mod+r mode "resize" - - # Focus. - bindsym $mod+h focus left - bindsym $mod+j focus down - bindsym $mod+k focus up - bindsym $mod+l focus right - # Change focus between tiling/floating windows. - bindsym $mod+space focus mode_toggle - # bindsym $mod+a focus parent - # bindsym $mod+d focus child - - # Move focused window. - bindsym $mod+Shift+h move left - bindsym $mod+Shift+j move down - bindsym $mod+Shift+k move up - bindsym $mod+Shift+l move right - - # Window behavior. - bindsym $mod+Shift+space floating toggle - bindsym $mod+Shift+s sticky toggle - - # Container layout. - bindsym $mod+s layout stacking - bindsym $mod+w layout tabbed - bindsym $mod+e layout toggle split - -## Workspace bindings. - # Change workspace. - bindsym $mod+1 workspace $ws1 - bindsym $mod+2 workspace $ws2 - bindsym $mod+3 workspace $ws3 - bindsym $mod+4 workspace $ws4 - bindsym $mod+5 workspace $ws5 - bindsym $mod+6 workspace $ws6 - bindsym $mod+7 workspace $ws7 - bindsym $mod+8 workspace $ws8 - bindsym $mod+9 workspace $ws9 - bindsym $mod+0 workspace $ws10 - - # Move focused window to workspace. - bindsym $mod+Shift+1 move container to workspace $ws1 - bindsym $mod+Shift+2 move container to workspace $ws2 - bindsym $mod+Shift+3 move container to workspace $ws3 - bindsym $mod+Shift+4 move container to workspace $ws4 - bindsym $mod+Shift+5 move container to workspace $ws5 - bindsym $mod+Shift+6 move container to workspace $ws6 - bindsym $mod+Shift+7 move container to workspace $ws7 - bindsym $mod+Shift+8 move container to workspace $ws8 - bindsym $mod+Shift+9 move container to workspace $ws9 - bindsym $mod+Shift+0 move container to workspace $ws10 - -## Modes. - # Resize. - mode "resize" { - # Container resizing. - bindsym h resize shrink width 1 px or 1 ppt - bindsym Shift+h resize shrink width 5 px or 5 ppt - bindsym Ctrl+h resize shrink width 10 px or 10 ppt - bindsym j resize grow height 1 px or 1 ppt - bindsym Shift+j resize grow height 5 px or 5 ppt - bindsym Ctrl+j resize grow height 10 px or 10 ppt - bindsym k resize shrink height 1 px or 1 ppt - bindsym Shift+k resize shrink height 5 px or 5 ppt - bindsym Ctrl+k resize shrink height 10 px or 10 ppt - bindsym l resize grow width 1 px or 1 ppt - bindsym Shift+l resize grow width 5 px or 5 ppt - bindsym Ctrl+l resize grow width 10 px or 10 ppt - - # Gaps resizing. - bindsym plus gaps outer current plus 1 - bindsym Shift+plus gaps inner current plus 1 - bindsym minus gaps outer current minus 1 - bindsym Shift+minus gaps inner current minus 1 - bindsym g gaps inner all set $gi, gaps outer all set $go - bindsym Shift+g gaps inner all set 0, gaps outer all set 0 - - # Return to default mode keybindings. - bindsym Return mode "default" - bindsym Escape mode "default" - bindsym $mod+r mode "default" - } - -##--Extra XF86 Keys--## -# bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +2% && $rstbar -# bindsym Shift+XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +10% && $rstbar -# bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -2% && $rstbar -# bindsym Shift+XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $rstbar -# bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $rstbar -# bindsym XF86AudioMedia exec -# bindsym XF86AudioPrev exec playerctl previous && $rstbar -# bindsym XF86AudioNext exec playerctl next && $rstbar -# bindsym XF86AudioPlay exec playerctl play-pause && $rstbar -# bindsym XF86AudioPause exec # Same as XF86AudioPlay in my keyboard. That's why the 'play-pause' option is used. -# bindsym XF86AudioStop exec -# bindsym XF86AudioRecord exec -# bindsym XF86AudioRewind exec -# bindsym XF86AudioForward exec -# bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $rstbar -# bindsym XF86PowerOff exec -# bindsym XF86Copy exec -# bindsym XF86Open exec -# bindsym XF86Paste exec -# bindsym XF86Cut exec -# bindsym XF86MenuKB exec -# bindsym XF86Calculator exec -# bindsym XF86Sleep This binding is typically mapped by systemd automatically. -# bindsym XF86WakeUp exec -# bindsym XF86Explorer exec -# bindsym XF86Send exec -# bindsym XF86Xfer exec -# bindsym XF86WWW exec -# bindsym XF86DOS exec -# bindsym XF86ScreenSaver exec -# bindsym XF86RotateWindows exec -# bindsym XF86TaskPane exec -# bindsym XF86Favorites exec -# bindsym XF86MyComputer exec -# bindsym XF86Back exec -# bindsym XF86Forward exec -# bindsym XF86Eject exec -# bindsym XF86Phone exec -# bindsym XF86Tools exec -# bindsym XF86HomePage exec -# bindsym XF86Reload restart -# bindsym XF86ScrollUp exec -# bindsym XF86ScrollDown exec -# bindsym XF86New exec -# bindsym XF86LaunchA exec -# bindsym XF86LaunchB exec -# bindsym XF86Launch2 exec -# bindsym XF86Launch3 exec -# bindsym XF86Launch4 exec -# bindsym XF86Launch5 exec -# bindsym XF86Launch6 exec -# bindsym XF86Launch7 exec -# bindsym XF86Launch8 exec -# bindsym XF86Launch9 exec -# bindsym XF86TouchpadToggle exec -# bindsym XF86TouchpadOn exec -# bindsym XF86TouchpadOff exec -# bindsym XF86Suspend exec -# bindsym XF86Close kill -# bindsym XF86WebCam exec -# bindsym XF86Mail exec -# bindsym XF86Messenger exec -# bindsym XF86Search exec -# bindsym XF86Go exec -# bindsym XF86Finance exec -# bindsym XF86Game exec -# bindsym XF86Shop exec -# bindsym XF86MonBrightnessDown exec -# bindsym XF86MonBrightnessUp exec -# bindsym XF86Display exec -# bindsym XF86KbdLightOnOff exec -# bindsym XF86KbdBrightnessDown exec -# bindsym XF86KbdBrightnessUp exec -# bindsym XF86Reply exec -# bindsym XF86MailForward exec -# bindsym XF86Save exec -# bindsym XF86Documents exec -# bindsym XF86Battery exec -# bindsym XF86Bluetooth exec -# bindsym XF86WLAN exec -- cgit v1.2.3-54-g00ecf