logo

dotfiles

My dotfiles, one branch per machine
commit: ba9290387b0aa66a53e165d89ea331a2c03dc869
parent: 2c11e7e2d761e54b03c86b883980a4c58f9a9974
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sat, 16 Sep 2017 13:56:02 +0200

.i3*: delete (Moving to XMonad)

Diffstat:

D.i3/config216-------------------------------------------------------------------------------
D.i3status.conf73-------------------------------------------------------------------------
2 files changed, 0 insertions(+), 289 deletions(-)

diff --git a/.i3/config b/.i3/config @@ -1,216 +0,0 @@ -# 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 somewhen, 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 Mod4 - -#======= Colors ======== -# class border backgr. text indicator -client.focused #586e75 #073642 #839496 #eee8d5 -client.unfocused #002b36 #002b36 #586e75 #000000 -client.urgent #586e75 #cb4b16 #93a1a1 #eee8d5 -client.placeholder #000000 #0c0c0c #ffffff #000000 - -client.background #002b36 - -#fonts (4.2) -# ISO 10646 = Unicode -#font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1 -# FreeType font, such as: -font pango:Source Sans Pro 9 - -#keybindings (4.3) -bindsym Help exec locker -bindsym Print exec screenshoot -bindsym Alt+Print exec screenshot - -bindsym XF86AudioMute exec amixer set Master playback toggle -bindsym XF86AudioLowerVolume exec amixer set Master playback 1%- -bindsym XF86AudioRaiseVolume exec amixer set Master playback 1%+ - -bindsym XF86AudioPlay exec mpc toggle -bindsym XF86AudioStop exec mpc stop -bindsym XF86AudioPrev exec mpc prev -bindsym XF86AudioNext exec mpc next - -set $← XF86Back -set $→ XF86Forward - -bindsym $← exec xinput set-prop "Wacom Bamboo Connect Pen stylus" --type=float "Coordinate Transformation Matrix" 0.5 0 0 0 1 0 0 0 1 -bindsym $→ exec xinput set-prop "Wacom Bamboo Connect Pen stylus" --type=float "Coordinate Transformation Matrix" 0.5 0 0.5 0 1 0 0 0 1 - -bindsym $mod+$→ move workspace to output HDMI-0 -bindsym $mod+$← move workspace to output DVI-D-0 - -# start a terminal -bindsym $mod+Return exec st -bindsym $mod+Shift+Return exec st -f 'Source Code Pro-20' - -# kill focused window -bindsym $mod+q kill - -# toggle windows border -bindsym $mod+x border toggle - -# start dmenu (a program launcher) -bindsym $mod+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 $mod+Shift+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 - -# 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+Shift+S split h -# split in vertical orientation -bindsym $mod+Shift+backslash split v - -# enter fullscreen mode for the focused container -bindsym $mod+f fullscreen -bindsym $mod+F11 fullscreen - -# 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+a focus parent - -# focus the child container -#bindsym $mod+d focus child - -# switch to workspace -bindsym $mod+1 workspace 1: Terminal+JACK -bindsym $mod+2 workspace 2: Web -bindsym $mod+3 workspace 3: Graphics -bindsym $mod+4 workspace 4: Gaming -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 - -# move focused container to workspace -bindsym $mod+Shift+1 move container to workspace 1: Terminal+JACK -bindsym $mod+Shift+2 move container to workspace 2: Web -bindsym $mod+Shift+3 move container to workspace 3: Graphics -bindsym $mod+Shift+4 move container to workspace 4: Gaming -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 - -# 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'" -# [WARNING] KILL i3 w/o confirmation -bindsym $mod+Shift+q exit - -bindsym $mod+r mode "resize" - -#floating_modifier (4.5) -floating_modifier $mod - -#_layout_mode_for_new_containers (4.8) -workspace_layout tabbed - -#_border_style_for_new_windows (4.9) -new_window pixel -new_float normal - -#_arbitrary_commands_for_specific_windows_for_window (4.11) -for_window [title="colorpicker"] floating enable -for_window [title="QEMU"] floating enable -for_window [class="firefox"] move workspace 2 - -#focus_on_window_activation (4.26) -focus_on_window_activation urgent - -# 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 1 px or 1 ppt - bindsym j resize grow height 1 px or 1 ppt - bindsym k resize shrink height 1 px or 1 ppt - bindsym l resize grow width 1 px or 1 ppt - - # same bindings, but for the arrow keys - bindsym Left resize shrink width 10 px or 5 ppt - bindsym Down resize grow height 10 px or 5 ppt - bindsym Up resize shrink height 10 px or 5 ppt - bindsym Right resize grow width 10 px or 5 ppt - - # back to normal: Enter or Escape - bindsym Return mode "default" - bindsym Escape mode "default" -} - -# Start i3bar to display a workspace bar (plus the system information i3status -# finds out, if available) -bar { - modifier $mod - - status_command i3status - - colors { - #colorclass border bkgrnd text - focused_workspace #586e75 #073642 #839496 - #active_workspace #002b36 #002b36 #586e75 - active_workspace #000000 #0c0c0c #ffffff - inactive_workspace #000000 #0c0c0c #ffffff - urgent_workspace #586e75 #cb4b16 #93a1a1 - - background #002b36 - statusline #839496 - separator #586e75 - } -} - -bindsym $mod+i exec i3-input - -bindsym $mod+p title_format "%title | %class | %instance" diff --git a/.i3status.conf b/.i3status.conf @@ -1,73 +0,0 @@ -# i3status configuration file. -# see "man i3status" for documentation. - -# It is important that this file is edited as UTF-8. -# The following line should contain a sharp s: -# ß -# If the above line is not correctly displayed, fix your editor first! - -general { - colors = true - interval = 5 -} - -order += "disk /" -order += "disk /seagate" -order += "ethernet enp3s0" -order += "ethernet enp4s6" -order += "wireless wlp0s22f0u2" -order += "cpu_usage" -order += "load" -#order += "battery 0" -order += "volume master" -order += "volume PCM" -order += "time" -order += "tztime utc" - -disk / {format = "%total(%percentage_used):%avail"} -disk /seagate {format = "%total(%percentage_used):%avail"} - -wireless wlp0s22f0u2 { - format_up = "wlp0s22f0u2: %ip %essid %quality %bitrate" - format_down = "wlp0s22f0u2: down" -} - -ethernet enp3s0 { - format_up = "enp3s0: %ip %speed" - format_down = "enp3s0: down" -} - -ethernet enp4s6 { - format_up = "enp4s6: %ip %speed" - format_down = "enp4s6: down" -} - -battery 0 { - format = "%status %percentage %remaining (%emptytime %consumption)" - last_full_capacity = true - low_threshold = 10 - threshold_type = time -} - -load {format = "%1min %5min %15min"} - -cpu_usage { - format = "CPU: %usage" -} - -volume master { - format = "♫: %volume" -# format_muted = "♫| %volume" -} - -volume PCM { - format = "♪: %volume" -# format_muted = "♪| %volume" - mixer = "PCM" -} - -time {format = "%Fw%wT%T%z"} -tztime utc { - timezone = "UTC" - format = "%FT%TZ" -}