summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2018-12-22 14:30:19 +0100
committerJulian T <julian@jtle.dk>2018-12-22 14:30:19 +0100
commitdc2bd971969844485ee72959d92c3057b08fb619 (patch)
treea84d1f495c6667aa19720e58e5d201b4498a04dd
parent749514d7c7839dc5fd383ef927723b7e1188cfc8 (diff)
Added i3 config and switched xinitrc
-rw-r--r--.config/i3/config89
-rwxr-xr-x.envars12
-rw-r--r--.xinitrc10
-rw-r--r--.zshrc9
4 files changed, 58 insertions, 62 deletions
diff --git a/.config/i3/config b/.config/i3/config
index a909ccd..81248e5 100644
--- a/.config/i3/config
+++ b/.config/i3/config
@@ -4,15 +4,6 @@
# Should you change your keyboard layout some time, delete
# this file and re-run i3-config-wizard(1).
#
-# Program specific floating
-for_window [class="keepassxc"] floating enable
-
-# Gaps settings
-gaps inner 15
-smart_gaps on
-
-for_window [class=".*"] border pixel 3
-hide_edge_borders both
# i3 config file (v4)
#
@@ -24,6 +15,9 @@ set $mod Mod1
# is used in the bar {} block below.
font pango:monospace 8
+# gaps
+gaps inner 5
+
# 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
@@ -39,7 +33,8 @@ font pango:monospace 8
floating_modifier $mod
# start a terminal
-bindsym $mod+Shift+t exec i3-sensible-terminal
+bindsym $mod+Return exec i3-sensible-terminal
+bindsym $mod+Shift+Return exec i3-sensible-terminal
# kill focused window
bindsym $mod+Shift+q kill
@@ -51,18 +46,17 @@ bindsym $mod+d exec dmenu_run
# installed.
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
-# 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
-
# 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
@@ -76,11 +70,15 @@ 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+v split h
-# split in vertical orientation
-bindsym $mod+v split v
+# resizing
+bindsym $mod+Control+h resize grow width 40 px
+bindsym $mod+Control+j resize grow height 40 px
+bindsym $mod+Control+k resize shrink height 40 px
+bindsym $mod+Control+l resize shrink width 40 px
+
+# split toggle
+bindsym $mod+v split toggle
# enter fullscreen mode for the focused container
bindsym $mod+f fullscreen toggle
@@ -127,6 +125,9 @@ bindsym $mod+8 workspace $ws8
bindsym $mod+9 workspace $ws9
bindsym $mod+0 workspace $ws10
+# switch to last
+bindsym $mod+Tab workspace back_and_forth
+
# move focused container to workspace
bindsym $mod+Shift+1 move container to workspace $ws1
bindsym $mod+Shift+2 move container to workspace $ws2
@@ -144,41 +145,37 @@ 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-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 "resizeMove" {
-# These bindings trigger as soon as you enter the resize mode
-# same bindings, but for the arrow keys
- bindsym Left resize shrink width 10 px or 10 ppt
+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 40 px
+ bindsym j resize grow height 40 px
+ bindsym k resize shrink height 40 px
+ bindsym l resize grow width 40 px
+
+ # 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
-# 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
-
-#MOve
- bindsym Shift+h move left
- bindsym Shift+j move down
- bindsym Shift+k move up
- bindsym Shift+l move right
-
-# back to normal: Enter or Escape or $mod+r
+ # back to normal: Enter or Escape or $mod+r
bindsym Return mode "default"
bindsym Escape mode "default"
bindsym $mod+r mode "default"
}
+bindsym $mod+r mode "resize"
-
-bindsym $mod+r mode "resizeMove"
-
-#Auto execute
-exec feh --bg-scale /home/julian/Billeder/wallpaper.png
+# Start i3bar to display a workspace bar (plus the system information i3status
+# finds out, if available)
+bar {
+ status_command i3status
+}
diff --git a/.envars b/.envars
new file mode 100755
index 0000000..954ddcf
--- /dev/null
+++ b/.envars
@@ -0,0 +1,12 @@
+#!/bin/bash
+
+export _JAVA_AWT_WM_NONREPARENTING=1
+export EDITOR=nvim
+export SUDO_EDITOR=nvim
+export GEM_HOME=$HOME/gems
+export PATH=$HOME/gems/bin:$PATH
+
+export TERM=st
+export NVIM_PYTHON_LOG_FILE=/tmp/log
+export NVIM_PYTHON_LOG_LEVEL=DEBUG
+
diff --git a/.xinitrc b/.xinitrc
index b44b22f..793cae0 100644
--- a/.xinitrc
+++ b/.xinitrc
@@ -1,8 +1,7 @@
setxkbmap -layout us -variant altgr-intl
xcape -e "Control_L=Escape"
feh --bg-fill /home/julian/Pictures/up1.*
-export _JAVA_AWT_WM_NONREPARENTING=1
-export TERM=st
+source .envars
eval $(/usr/bin/gnome-keyring-daemon --start --components=pkcs11,secrets)
export SSH_AUTH_SOCK
@@ -21,9 +20,4 @@ if [[ "$SSH_AGENT_PID" == "" ]]; then
eval "$(<~/.ssh-agent-thing)"
fi
-while true; do
- dwm
-done &
-
-
-exec sh /home/julian/.dwmSession.sh
+exec i3
diff --git a/.zshrc b/.zshrc
index 9bc36b8..20f19c3 100644
--- a/.zshrc
+++ b/.zshrc
@@ -122,29 +122,22 @@ git config --global alias.lol "log --graph --decorate --abbrev-commit --all"
alias hej="echo 'Hej, hvordan går det?'"
-export EDITOR=nvim
echo "Done"
clear
#Setup ssh agent
# Sæt sudo editor
-export SUDO_EDITOR=nvim
SUDO_EDITOR=nvim
alias vimvimvim="vim"
# Gem
# Install Ruby Gems to ~/gems
-export GEM_HOME=$HOME/gems
-export PATH=$HOME/gems/bin:$PATH
PATH=/home/julian/.gem/ruby/2.5.0/bin:$PATH
PATH=/home/julian/.local/bin:$PATH
-export NVIM_PYTHON_LOG_FILE=/tmp/log
-export NVIM_PYTHON_LOG_LEVEL=DEBUG
-
alias rman="apropos . | shuf -n 1 | awk '{print $1}'| xargs man"
-export TERM=st
+source .envars