aboutsummaryrefslogtreecommitdiff
path: root/i3/config
diff options
context:
space:
mode:
authorneodarz <neodarz@neodarz.net>2017-04-04 11:21:12 +0000
committerneodarz <neodarz@neodarz.net>2017-04-04 11:21:12 +0000
commitc77ecce721a77c9f0dcd8fdcfcf71c1368ea060b (patch)
tree4c7f059e7d2ea277fd9080123561ced7a06cc8a7 /i3/config
parent1361c93f4fc25f777dada92803190ade737e8224 (diff)
downloaddotfiles_ascii-c77ecce721a77c9f0dcd8fdcfcf71c1368ea060b.tar.xz
dotfiles_ascii-c77ecce721a77c9f0dcd8fdcfcf71c1368ea060b.zip
Mouve i3 / i3pystatus conf
Diffstat (limited to 'i3/config')
-rw-r--r--i3/config327
1 files changed, 0 insertions, 327 deletions
diff --git a/i3/config b/i3/config
deleted file mode 100644
index ae06402..0000000
--- a/i3/config
+++ /dev/null
@@ -1,327 +0,0 @@
-# exec evolution
-# This file has been auto-generated by i3-config-wiizard(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).
-#
-
-
-### THEME ###
-
-set $FOCUS #31363B
-set $UNFOCUS #31363B
-
-# Layout colors bord bg text indicator (split)
-client.focused $FOCUS $FOCUS $FOCUS $FOCUS
-client.focused_inactive $UNFOCUS $UNFOCUS $UNFOCUS $UNFOCUS
-client.unfocused $UNFOCUS $UNFOCUS $UNFOCUS $UNFOCUS
-client.urgent $FOCUS $FOCUS $FOCUS $FOCUS
-client.background $UNFOCUS
-
-### Borders ###
-
-new_window pixel 4
-new_float pixel 4
-
-for_window [class="^.*"] border pixel 1
-
-focus_follows_mouse no
-
-### Gaps ###
-set $default_gaps_inner 12
-set $default_gaps_outer 0
-gaps inner $default_gaps_inner
-gaps outer $default_gaps_outer
-
-set $ws1 I
-set $ws2 II
-set $ws3 III
-set $ws4 IV
-set $ws5 V
-set $ws6 VI
-set $ws7 VII
-set $ws8 VIII
-set $ws9 IX
-set $ws10 X
-
-
-#
-# i3 config file (v4)
-#
-# Please see http://i3wm.org/docs/userguide.html for a complete reference!
-
-set $WinKey Mod4
-set $AltKey Mod1
-
-# help command
-
-bindsym $AltKey+h exec urxvt -name floatme --background "#31363B" -cursorColor "#31363B" -font 7x13 -geometry 88x33 -e sh ~/.config/i3/what.sh
-
-# Font for window titles. Will also be used by the bar unless a different font
-# is used in the bar {} block below.
-font pango:monospace 8, Awesome 8
-
-# 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+$WinKey to drag floating windows to their wanted position
-floating_modifier $WinKey
-
-for_window [class="URxvt"] floating enable
-
-# Sreen brightness controls
-bindsym XF86MonBrightnessUp exec xbacklight -inc 1 # increase screen brightness
-bindsym XF86MonBrightnessDown exec xbacklight -dec 1 # decrease screen brightness
-
-bindsym XF86AudioMute exec amixer set Master toggle
-
-bindsym XF86AudioLowerVolume exec amixer -q sset Master 1%-
-bindsym XF86AudioRaiseVolume exec amixer -q sset Master 1%+
-
-# Microphone control => amixer set Capture toggle
-bindsym $WinKey+control+m exec amixer set Capture toggle
-
-
-# CAPS & NUM status
-bindsym --release Caps_Lock exec pkill -SIGRTMIN+11 i3blocks
-bindsym --release Num_Lock exec pkill -SIGRTMIN+11 i3blocks
-
-# App
-bindsym --release $WinKey+o exec scrot ~/screenshots/%b\ %d-%H:%M:%S.png
-bindsym $WinKey+Shift+F1 exec qterminal -e ranger
-bindsym $WinKey+Shift+F2 exec qterminal -e cmus
-bindsym $WinKey+Shift+F3 exec qterminal -e mutt
-bindsym $WinKey+Shift+F4 exec qterminal -e mosh neodarz.net
-bindsym $WinKey+Shift+F5 exec firefox
-bindsym $WinKey+Shift+F6 exec qterminal -e atom
-bindsym $WinKey+Shift+F7 exec terminator -e ncmpcpp
-bindsym $WinKey+Shift+v move morkspace to output right
-bindsym $WinKey+control+l exec i3lock -g
-#bindsym $WinKey+Shift+$AltKey+0 exec ~/.config/i3/switch-workspace.py 6
-
-# start a terminal
-bindsym $WinKey+Return exec qterminal
-
-# kill focused window
-bindsym $WinKey+Shift+A kill
-
-# start dmenu (a program launcher)
-bindsym $WinKey+d exec dmenu_run
-# 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 $WinKey+d exec --no-startup-id i3-dmenu-desktop
-
-# change focus
-bindsym $WinKey+j focus left
-bindsym $WinKey+k focus down
-bindsym $WinKey+l focus up
-bindsym $WinKey+m focus right
-
-# alternatively, you can use the cursor keys:
-bindsym $WinKey+Left focus left
-bindsym $WinKey+Down focus down
-bindsym $WinKey+Up focus up
-bindsym $WinKey+Right focus right
-
-# move focused window
-bindsym $WinKey+Shift+j move left
-bindsym $WinKey+Shift+k move down
-bindsym $WinKey+Shift+l move up
-bindsym $WinKey+Shift+M move right
-
-# alternatively, you can use the cursor keys:
-bindsym $WinKey+Shift+Left move left
-bindsym $WinKey+Shift+Down move down
-bindsym $WinKey+Shift+Up move up
-bindsym $WinKey+Shift+Right move right
-
-# split in horizontal orientation
-bindsym $WinKey+h split h
-
-# split in vertical orientation
-bindsym $WinKey+v split v
-
-# enter fullscreen mode for the focused container
-bindsym $WinKey+f fullscreen toggle
-
-# change container layout (stacked, tabbed, toggle split)
-bindsym $WinKey+s layout stacking
-bindsym $WinKey+z layout tabbed
-bindsym $WinKey+e layout toggle split
-
-# toggle tiling / floating
-bindsym $WinKey+Shift+space floating toggle
-
-# change focus between tiling / floating windows
-bindsym $WinKey+space focus mode_toggle
-
-# focus the parent container
-bindsym $WinKey+q focus parent
-
-# focus the child container
-#bindsym $WinKey+d focus child
-
-# Set ~6 workspace par screen (20)
-workspace 1 output DVI-0
-workspace 2 output DVI-0
-workspace 3 output DVI-0
-workspace 4 output DVI-0
-workspace 5 output DVI-0
-workspace 6 output DVI-0
-workspace 7 output DVI-0
-workspace 8 output DVI-0
-workspace 9 output DVI-0
-workspace 10 output DVI-0
-
-workspace 11 output DVI-1
-workspace 12 output DVI-1
-workspace 13 output DVI-1
-workspace 14 output DVI-1
-workspace 15 output DVI-1
-workspace 16 output DVI-1
-workspace 17 output DVI-1
-workspace 18 output DVI-1
-workspace 19 output DVI-1
-workspace 20 output DVI-1
-
-workspace 21 output HDMI-0
-workspace 22 output HDMI-0
-workspace 23 output HDMI-0
-workspace 24 output HDMI-0
-workspace 25 output HDMI-0
-workspace 26 output HDMI-0
-workspace 27 output HDMI-0
-workspace 28 output HDMI-0
-workspace 29 output HDMI-0
-workspace 30 output HDMI-0
-
-
-
-# switch to workspace
-bindsym $WinKey+ampersand workspace 1:
-bindsym $WinKey+eacute workspace 2:
-bindsym $WinKey+quotedbl workspace 3:
-bindsym $WinKey+apostrophe workspace 4:
-bindsym $WinKey+parenleft workspace 5:
-bindsym $WinKey+minus workspace 6:
-bindsym $WinKey+egrave workspace 7
-bindsym $WinKey+underscore workspace 8
-bindsym $WinKey+ccedilla workspace 9
-bindsym $WinKey+agrave workspace 10:
-
-# workspaces from 11-20
-bindsym $WinKey+Control+ampersand workspace 11:
-bindsym $WinKey+Control+eacute workspace 12:
-bindsym $WinKey+Control+quotedbl workspace 13:
-bindsym $WinKey+Control+apostrophe workspace 14:
-bindsym $WinKey+Control+parenleft workspace 15:
-bindsym $WinKey+Control+minus workspace 16:
-bindsym $WinKey+Control+egrave workspace 17:
-bindsym $WinKey+Control+underscore workspace 18
-bindsym $WinKey+Control+ccedilla workspace 19
-bindsym $WinKey+Control+agrave workspace 20
-
-# workspace from 21-30
-bindsym $WinKey+$AltKey+ampersand workspace 21:
-bindsym $WinKey+$AltKey+eacute workspace 22
-bindsym $WinKey+$AltKey+quotedbl workspace 23:
-bindsym $WinKey+$AltKey+apostrophe workspace 24:
-bindsym $WinKey+$AltKey+parenleft workspace 25
-bindsym $WinKey+$AltKey+minus workspace 26
-bindsym $WinKey+$AltKey+egrave workspace 27
-bindsym $WinKey+$AltKey+underscore workspace 28
-bindsym $WinKey+$AltKey+ccedilla workspace 29
-bindsym $WinKey+$AltKey+agrave workspace 30:
-
-# move focused container to workspace
-bindsym $WinKey+Shift+1 move container to workspace 1:
-bindsym $WinKey+Shift+eacute move container to workspace 2:
-bindsym $WinKey+Shift+3 move container to workspace 3:
-bindsym $WinKey+Shift+4 move container to workspace 4:
-bindsym $WinKey+Shift+5 move container to workspace 5:
-bindsym $WinKey+Shift+6 move container to workspace 6:
-bindsym $WinKey+Shift+egrave move container to workspace 7
-bindsym $WinKey+Shift+8 move container to workspace 8
-bindsym $WinKey+Shift+ccedilla move container to workspace 9
-bindsym $WinKey+Shift+agrave move container to workspace 10:
-
-bindsym Control+$AltKey+1 move container to workspace 11:
-bindsym Control+$AltKey+eacute move container to workspace 12:
-bindsym Control+$AltKey+3 move container to workspace 13:
-bindsym Control+$AltKey+4 move container to workspace 14:
-bindsym Control+$AltKey+5 move container to workspace 15:
-bindsym Control+$AltKey+6 move container to workspace 16:
-bindsym Control+$AltKey+egrave move container to workspace 17:
-bindsym Control+$AltKey+8 move container to workspace 18
-bindsym Control+$AltKey+ccedilla move container to workspace 19
-bindsym Control+$AltKey+agrave move container to workspace 20
-
-bindsym $WinKey+Control+$AltKey+1 move container to workspace 21:
-bindsym $WinKey+Control+$AltKey+eacute move container to workspace 22
-bindsym $WinKey+Control+$AltKey+3 move container to workspace 23:
-bindsym $WinKey+Control+$AltKey+4 move container to workspace 24:
-bindsym $WinKey+Control+$AltKey+5 move container to workspace 25
-bindsym $WinKey+Control+$AltKey+6 move container to workspace 26
-bindsym $WinKey+Control+$AltKey+egrave move container to workspace 27
-bindsym $WinKey+Control+$AltKey+8 move container to workspace 28
-bindsym $WinKey+Control+$AltKey+ccedilla move container to workspace 29
-bindsym $WinKey+Control+$AltKey+agrave move container to workspace 30:
-
-# reload the configuration file
-bindsym $WinKey+Shift+c reload
-# restart i3 inplace (preserves your layout/session, can be used to upgrade i3)
-bindsym $WinKey+Shift+r restart
-# exit i3 (logs you out of your X session)
-bindsym $WinKey+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 j resize shrink width 10 px or 10 ppt
- bindsym k resize grow height 10 px or 10 ppt
- bindsym l resize shrink height 10 px or 10 ppt
- bindsym m 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 $WinKey+r mode "resize"
-
-# Start i3bar to display a workspace bar (plus the system information i3status
-# finds out, if available)
-bar {
- #status_command i3blocks
- colors {
- background #31363B
- statusline #138491
- inactive_workspace #31363B #31363B #138491
- active_workspace #525c67 #31363B #138491
- focused_workspace #138491 #31363B #138491
- urgent_worKspace #138491 #138491 #31363B
- }
- status_command python ~/.config/i3pystatus/conf.py
-}
-exec /home/neodarz/wallpaper_animated/wall.sh /home/neodarz/wallpaper_animated/8bit_battle_preparation.gif