179 lines
5.9 KiB
Text
179 lines
5.9 KiB
Text
set $mod Mod4
|
||
|
||
# Font for window titles. Will also be used by the bar unless a different font
|
||
# is used in the bar {} block below. ISO 10646 = Unicode
|
||
font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
||
|
||
new_window none
|
||
new_float none
|
||
hide_edge_borders none
|
||
|
||
for_window [class="^.*"] border pixel 0
|
||
for_window [class="Pithos"] floating enable
|
||
for_window [class="Xfce4-notifyd"] floating enable
|
||
|
||
# use Mouse+$mod to drag floating windows to their wanted position
|
||
floating_modifier $mod
|
||
|
||
# start a terminal
|
||
bindsym $mod+Return exec i3-sensible-terminal
|
||
|
||
# kill focused window
|
||
bindsym $mod+Shift+q kill
|
||
|
||
# start "dmenu" (a program launcher)
|
||
bindsym $mod+d exec --no-startup-id xboomx
|
||
|
||
# change focus
|
||
bindsym $mod+h focus left
|
||
bindsym $mod+j focus down
|
||
bindsym $mod+k focus up
|
||
bindsym $mod+l 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 (split is vertical) orientation
|
||
bindsym $mod+z split h
|
||
|
||
# split in vertical (split is horizontal) orientation
|
||
bindsym $mod+v split v
|
||
|
||
# enter fullscreen mode for the focused container
|
||
bindsym $mod+f fullscreen
|
||
|
||
# change container layout (stacked, tabbed, toggle split)
|
||
bindsym $mod+s layout stacking
|
||
bindsym $mod+t layout tabbed
|
||
bindsym $mod+e layout toggle split
|
||
|
||
# toggle tiling / floating
|
||
bindsym $mod+space floating toggle
|
||
|
||
# change focus between tiling / floating windows
|
||
bindsym $mod+Shift+space focus mode_toggle
|
||
|
||
# focus the parent container
|
||
bindsym $mod+a focus parent
|
||
|
||
# focus the child container
|
||
bindsym $mod+c focus child
|
||
|
||
# move the currently focused window to the scratchpad
|
||
bindsym $mod+Shift+minus move scratchpad
|
||
|
||
# Show the next scratchpad window or hide the focused scratchpad window.
|
||
# If there are multiple scratchpad windows, this command cycles through them.
|
||
bindsym $mod+minus scratchpad show
|
||
|
||
# switch to workspace number
|
||
bindsym $mod+1 workspace number 1
|
||
bindsym $mod+2 workspace number 2
|
||
bindsym $mod+3 workspace number 3
|
||
bindsym $mod+4 workspace number 4
|
||
bindsym $mod+5 workspace number 5
|
||
bindsym $mod+6 workspace number 6
|
||
bindsym $mod+7 workspace number 7
|
||
bindsym $mod+8 workspace number 8
|
||
bindsym $mod+9 workspace number 9
|
||
bindsym $mod+0 workspace number 10
|
||
|
||
# move focused container to workspace number
|
||
bindsym $mod+Shift+1 move container to workspace number 1; workspace number 1
|
||
bindsym $mod+Shift+2 move container to workspace number 2; workspace number 2
|
||
bindsym $mod+Shift+3 move container to workspace number 3; workspace number 3
|
||
bindsym $mod+Shift+4 move container to workspace number 4; workspace number 4
|
||
bindsym $mod+Shift+5 move container to workspace number 5; workspace number 5
|
||
bindsym $mod+Shift+6 move container to workspace number 6; workspace number 6
|
||
bindsym $mod+Shift+7 move container to workspace number 7; workspace number 7
|
||
bindsym $mod+Shift+8 move container to workspace number 8; workspace number 8
|
||
bindsym $mod+Shift+9 move container to workspace number 9; workspace number 9
|
||
bindsym $mod+Shift+0 move container to workspace number 10; workspace number 10
|
||
|
||
# switch to next screen
|
||
bindsym $mod+o focus output right
|
||
# move focused container to next screen
|
||
bindsym $mod+Shift+o move container to output right
|
||
|
||
# volume
|
||
bindsym XF86AudioLowerVolume exec /usr/bin/pulseaudio-ctl down
|
||
bindsym XF86AudioRaiseVolume exec /usr/bin/pulseaudio-ctl up
|
||
bindsym XF86AudioMute exec /usr/bin/pulseaudio-ctl mute
|
||
|
||
# screenshot
|
||
bindsym Print exec xfce4-screenshooter
|
||
|
||
# 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'"
|
||
|
||
# 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 Control+g mode "default"
|
||
}
|
||
|
||
bindsym $mod+r mode "resize"
|
||
|
||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||
# finds out, if available)
|
||
bar {
|
||
status_command i3status
|
||
position bottom
|
||
|
||
colors {
|
||
background #000000
|
||
statusline #FFFFFF
|
||
separator #333333
|
||
#border # back # text
|
||
focused_workspace #1A1A1A #1A1A1A #FFFFFF
|
||
active_workspace #111111 #111111 #FFFFFF
|
||
inactive_workspace #000000 #000000 #FFFFFF
|
||
urgent_workspace #FF0000 #FF0000 #FFFFFF
|
||
}
|
||
|
||
}
|
||
|
||
set $Locker i3lock -e -i ~/images/lockscreen.png
|
||
bindsym $mod+Shift+semicolon exec --no-startup-id $Locker, mode "default"
|
||
|
||
# startup
|
||
exec --no-startup-id xss-lock -- $Locker
|
||
exec --no-startup-id nitrogen --restore
|