Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # This file has been auto-generated by i3-config-wizard(1).
- # It will not be overwritten, so edit it as you like.
- #
- # Should you change your keyboard layout some time, delete
- # this file and re-run i3-config-wizard(1).
- #
- # i3 config file (v4)
- #
- # Please see http://i3wm.org/docs/userguide.html for a complete reference!
- set $mod Mod3
- # Font for window titles. Will also be used by the bar unless a different font
- # is used in the bar {} block below.
- font pango:Iosevka 8
- # i3-gaps
- for_window [class="^.*"] border pixel 2
- # smart_gaps on
- smart_borders on
- # gaps inner 20
- # gaps outer 10
- bindsym $mod+b floating toggle
- # bindsym $mod+b floating toggle; [floating] border normal 2; [tiling] border pixel 2
- # bindsym $mod+b gaps inner 0
- bindsym $mod+g floating toggle
- # This font is widely installed, provides lots of unicode glyphs, right-to-left
- # text rendering and scalability on retina/hidpi displays (thanks to pango).
- #font pango:DejaVu Sans Mono 8
- # Before i3 v4.8, we used to recommend this one as the default:
- # font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
- # The font above is very space-efficient, that is, it looks good, sharp and
- # clear in small sizes. However, its unicode glyph coverage is limited, the old
- # X core fonts rendering does not support right-to-left and this being a bitmap
- # font, it doesn’t scale on retina/hidpi displays.
- # Use Mouse+$mod to drag floating windows to their wanted position
- floating_modifier $mod
- # start a terminal
- # bindsym $mod+Return exec terminator
- # bindsym $mod+Shift+Return exec terminator -T assistant -r sticky
- # kill focused window
- bindsym $mod+Shift+q kill
- # start dmenu (a program launcher)
- # bindsym $mod+d exec dmenu_run -f
- bindsym $mod+d exec "rofi-combi"
- # There also is the (new) i3-dmenu-desktop which only displays applications
- # shipping a .desktop file. It is a wrapper around dmenu, so you need that
- # installed.
- # bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
- # change focus
- bindsym $mod+h focus left
- bindsym $mod+j focus down
- bindsym $mod+k focus up
- bindsym $mod+l focus right
- # Default
- # bindsym $mod+j focus left
- # bindsym $mod+k focus down
- # bindsym $mod+l focus up
- # bindsym $mod+semicolon focus right
- # alternatively, you can use the cursor keys:
- # bindsym $mod+Left focus left
- # bindsym $mod+Down focus down
- # bindsym $mod+Up focus up
- # bindsym $mod+Right focus right
- # 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
- # alternatively, you can use the cursor keys:
- bindsym $mod+Shift+Left move left
- bindsym $mod+Shift+Down move down
- bindsym $mod+Shift+Up move up
- bindsym $mod+Shift+Right move right
- # split in horizontal orientation
- bindsym $mod+comma split h
- # split in vertical orientation
- bindsym $mod+period split v
- # enter fullscreen mode for the focused container
- bindsym $mod+f fullscreen toggle
- # change container layout (stacked, tabbed, toggle split)
- bindsym $mod+s layout stacking
- bindsym $mod+w layout tabbed
- bindsym $mod+e layout toggle split
- # toggle tiling / floating
- bindsym $mod+Shift+space floating toggle
- # change focus between tiling / floating windows
- bindsym $mod+space focus mode_toggle
- # focus the parent container
- bindsym $mod+q focus parent
- # focus the child container
- bindsym $mod+a focus child
- # switch to workspace
- bindsym $mod+1 workspace 1
- bindsym $mod+2 workspace 2
- bindsym $mod+3 workspace 3
- bindsym $mod+4 workspace 4
- bindsym $mod+5 workspace 5
- bindsym $mod+6 workspace 6
- bindsym $mod+7 workspace 7
- bindsym $mod+8 workspace 8
- bindsym $mod+9 workspace 9
- bindsym $mod+0 workspace 10
- # switch to extra workspace
- bindsym $mod+F1 workspace 11
- bindsym $mod+F2 workspace 12
- bindsym $mod+F3 workspace 13
- bindsym $mod+F4 workspace 14
- bindsym $mod+F5 workspace 15
- bindsym $mod+F6 workspace 16
- bindsym $mod+F7 workspace 17
- bindsym $mod+F8 workspace 18
- bindsym $mod+F9 workspace 19
- bindsym $mod+F10 workspace 20
- bindsym $mod+F11 workspace 21
- bindsym $mod+F12 workspace 22
- # move focused container to workspace
- bindsym $mod+Shift+1 move container to workspace 1
- bindsym $mod+Shift+2 move container to workspace 2
- bindsym $mod+Shift+3 move container to workspace 3
- bindsym $mod+Shift+4 move container to workspace 4
- bindsym $mod+Shift+5 move container to workspace 5
- bindsym $mod+Shift+6 move container to workspace 6
- bindsym $mod+Shift+7 move container to workspace 7
- bindsym $mod+Shift+8 move container to workspace 8
- bindsym $mod+Shift+9 move container to workspace 9
- bindsym $mod+Shift+0 move container to workspace 10
- # move focused container to extra workspace
- bindsym $mod+Shift+F1 move container to workspace 11
- bindsym $mod+Shift+F2 move container to workspace 12
- bindsym $mod+Shift+F3 move container to workspace 13
- bindsym $mod+Shift+F4 move container to workspace 14
- bindsym $mod+Shift+F5 move container to workspace 15
- bindsym $mod+Shift+F6 move container to workspace 16
- bindsym $mod+Shift+F7 move container to workspace 17
- bindsym $mod+Shift+F8 move container to workspace 18
- bindsym $mod+Shift+F9 move container to workspace 19
- bindsym $mod+Shift+F10 move container to workspace 20
- bindsym $mod+Shift+F11 move container to workspace 21
- bindsym $mod+Shift+F12 move container to workspace 22
- # reload the configuration file
- bindsym $mod+Shift+c reload
- # restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
- bindsym $mod+Shift+r restart
- # exit i3 (logs you out of your X session)
- # bindsym $mod+Shift+e exec "i3-nagbar -t warning -m 'You pressed the exit shortcut. Do you really want to exit i3? This will end your X session.' -b 'Yes, exit i3' 'i3-msg exit'"
- bindsym $mod+Shift+e exec i3-msg exit
- # resize window (you can also use the mouse for that)
- mode "resize" {
- # These bindings trigger as soon as you enter the resize mode
- # Pressing left will shrink the window’s width.
- # Pressing right will grow the window’s width.
- # Pressing up will shrink the window’s height.
- # Pressing down will grow the window’s height.
- bindsym h resize shrink width 10 px or 10 ppt
- bindsym j resize grow height 10 px or 10 ppt
- bindsym k resize shrink height 10 px or 10 ppt
- bindsym l resize grow width 10 px or 10 ppt
- # same bindings, but for the arrow keys
- bindsym Left resize shrink width 10 px or 10 ppt
- bindsym Down resize grow height 10 px or 10 ppt
- bindsym Up resize shrink height 10 px or 10 ppt
- bindsym Right resize grow width 10 px or 10 ppt
- # back to normal: Enter or Escape
- bindsym Return mode "default"
- bindsym Escape mode "default"
- }
- bindsym $mod+r mode "resize"
- bar {
- # status_command i3status
- status_command i3blocks -c ~/.config/i3/i3blocks.conf
- tray_output primary
- # tray_output none
- tray_padding 2
- height 40
- position bottom
- # tray_output none
- font pango:Iosevka 8
- # font pango:Linux Libertine 8
- colors {
- background #111111
- separator #00A5FF
- statusline #999999
- focused_workspace #4c7899 #285577 #ffffff
- active_workspace #333333 #5f676a #ffffff
- inactive_workspace #333333 #222222 #888888
- urgent_workspace #2f343a #900000 #ffffff
- }
- }
- # Colours border backgr. text indicator child_border
- client.focused #4c7899 #285577 #ffffff #2e9ef4 #285577
- client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a
- client.unfocused #333333 #222222 #888888 #292d2e #222222
- client.urgent #2f343a #900000 #ffffff #900000 #900000
- client.placeholder #000000 #0c0c0c #ffffff #000000 #0c0c0c
- client.background #000000
- # Custom
- focus_on_window_activation focus
- bindsym $mod+p [urgent=latest] focus
- workspace_auto_back_and_forth yes
- bindsym $mod+u workspace prev
- bindsym $mod+i workspace next
- bindsym $mod+o workspace back_and_forth
- bindsym $mod+Shift+o move container to workspace back_and_forth; workspace back_and_forth
- # bindsym $mod+Left workspace --no-auto-back-and-forth prev
- # bindsym $mod+Down focus down
- # bindsym $mod+Up focus up
- # bindsym $mod+Right workspace --no-auto-back-and-forth next
- bindsym $mod+t exec thunar
- # Default layout
- exec --no-startup-id (sleep 0.5; i3-msg "workspace 1; append_layout /home/zaeph/.config/i3/workspaces/workspace-1.json")
- exec --no-startup-id (sleep 1.0; i3-msg "workspace 2; append_layout /home/zaeph/.config/i3/workspaces/workspace-2.json")
- exec --no-startup-id (sleep 1.5; i3-msg "workspace 3; append_layout /home/zaeph/.config/i3/workspaces/workspace-3.json")
- # exec --no-startup-id i3-msg "workspace 4; append_layout /home/zaeph/.config/i3/workspaces/workspace-4.json"
- # exec i3-msg "workspace 4; append_layout /home/zaeph/.i3/workspace-4.json"
- exec feh --bg-fill $WALLPAPER
- exec (sleep 2; terminator -r htop -x htop)
- exec (sleep 2; terminator -r system)
- # exec terminator -r alsamixer -x alsamixer #Removed because switch to pulseaudio
- # exec compton -b --backend glx --vsync opengl-swc --no-fading-openclose
- # dunst is launched in .xprofile to avoid system scripts to launch it first
- # exec (sleep 10; dunst)
- exec (sleep 2; copyq)
- # exec emacs #Doesn't work well when starting fcitx before
- exec (sleep 0.5; fcitx && sleep 1; setxkb-default)
- exec (sleep 2; emacs)
- # exec (sleep 1; thunderbird)
- exec (sleep 2; firefox)
- exec i3-msg "restart" #Necessary since i3-gaps seems to break containers
- # MPD daemon start (if no other user instance exists)
- exec ([ ! -s ~/.config/mpd/pid ] && mpd)
- # exec calibre
- # Starting terminals
- bindsym $mod+Return exec terminator
- bindsym $mod+Shift+Return exec terminator -T assistant -r sticky
- exec (sleep 1; terminator -T assistant -r sticky)
- bindsym $mod+m move scratchpad
- bindsym $mod+n [class="Terminator" title="assistant"] scratchpad show
- bindsym $mod+Shift+n [class="^(?!Terminator$)" title="^(?!assistant$)"] scratchpad show
- bindsym $mod+equal [class="Keepassx2"] scratchpad show
- for_window [class="mplayer-audio"] floating enable
- for_window [class="Pavucontrol"] floating enable
- for_window [class="Keepassx2"] floating enable
- for_window [title="edit-in-emacs.txt"] floating enable
- for_window [title="edit-in-emacs.html"] floating enable
- for_window [class="Terminator" title="assistant"] floating enable, sticky enable, move window to scratchpad, scratchpad show
- # for_window [class="Terminator" window_role="sticky"] sticky enable
- # for_window [title="Skype"] sticky enable
Advertisement
Add Comment
Please, Sign In to add comment