249 lines
7.6 KiB
Plaintext
249 lines
7.6 KiB
Plaintext
# 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 https://i3wm.org/docs/userguide.html for a complete reference!
|
|
|
|
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.
|
|
font pango:Inconsolata 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
|
|
|
|
# The combination of xss-lock, nm-applet and pactl is a popular choice, so
|
|
# they are included here as an example. Modify as you see fit.
|
|
|
|
# xss-lock grabs a logind suspend inhibit lock and will use i3lock to lock the
|
|
# screen before suspend. Use loginctl lock-session to lock your screen.
|
|
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --nofork
|
|
|
|
# NetworkManager is the most popular way to manage wireless networks on Linux,
|
|
# and nm-applet is a desktop environment-independent system tray GUI for it.
|
|
exec --no-startup-id nm-applet
|
|
|
|
# Use pactl to adjust volume in PulseAudio.
|
|
set $refresh_i3status killall -SIGUSR1 i3status
|
|
bindsym XF86AudioRaiseVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ +2% && $refresh_i3status
|
|
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -2% && $refresh_i3status
|
|
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && $refresh_i3status
|
|
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && $refresh_i3status
|
|
|
|
# Sound control
|
|
bindsym XF86AudioPlay exec playerctl play
|
|
bindsym XF86AudioPause exec playerctl pause
|
|
bindsym XF86AudioNext exec playerctl next
|
|
bindsym XF86AudioPrev exec playerctl previous
|
|
|
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
|
floating_modifier $mod
|
|
|
|
# start a terminal
|
|
bindsym $mod+Return exec alacritty
|
|
bindsym $mod+Ctrl+Return exec xterm
|
|
# for_window [class="XTerm"] floating enable move right 450px,move down 350px
|
|
|
|
# kill focused window
|
|
bindsym $mod+Shift+q kill
|
|
|
|
# Rofi
|
|
bindsym $mod+space exec "rofi -show"
|
|
bindsym $mod+c exec "rofi -show ssh"
|
|
|
|
# dmenu
|
|
bindsym $mod+d exec "dmenu_run -fn 'InconsolataLGC Nerd Font Mono' -nb '#2E3440' -sb '#2E3440' -nf '#ECEFF4' -sf '#A3BE8C' -p 'ﰌ'"
|
|
|
|
# change focus
|
|
bindsym $mod+h focus left
|
|
bindsym $mod+j focus down
|
|
bindsym $mod+k focus up
|
|
bindsym $mod+l 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
|
|
|
|
# Splitting
|
|
bindsym $mod+Shift+s split toggle
|
|
|
|
# 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+a 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 child container
|
|
#bindsym $mod+d focus child
|
|
|
|
# Define names for default workspaces for which we configure key bindings later on.
|
|
# We use variables to avoid repeating the names in multiple places.
|
|
set $ws1 "1"
|
|
set $ws2 "2"
|
|
set $ws3 "3"
|
|
set $ws4 "4"
|
|
set $ws5 "5"
|
|
set $ws6 "6"
|
|
set $ws7 "7"
|
|
set $ws8 "8"
|
|
set $ws9 "9"
|
|
set $ws10 "10"
|
|
|
|
# switch to workspace
|
|
bindsym $mod+1 workspace number $ws1
|
|
bindsym $mod+2 workspace number $ws2
|
|
bindsym $mod+3 workspace number $ws3
|
|
bindsym $mod+4 workspace number $ws4
|
|
bindsym $mod+5 workspace number $ws5
|
|
bindsym $mod+6 workspace number $ws6
|
|
bindsym $mod+7 workspace number $ws7
|
|
bindsym $mod+8 workspace number $ws8
|
|
bindsym $mod+9 workspace number $ws9
|
|
bindsym $mod+0 workspace number $ws10
|
|
|
|
# move focused container to workspace
|
|
bindsym $mod+Shift+1 move container to workspace number $ws1
|
|
bindsym $mod+Shift+2 move container to workspace number $ws2
|
|
bindsym $mod+Shift+3 move container to workspace number $ws3
|
|
bindsym $mod+Shift+4 move container to workspace number $ws4
|
|
bindsym $mod+Shift+5 move container to workspace number $ws5
|
|
bindsym $mod+Shift+6 move container to workspace number $ws6
|
|
bindsym $mod+Shift+7 move container to workspace number $ws7
|
|
bindsym $mod+Shift+8 move container to workspace number $ws8
|
|
bindsym $mod+Shift+9 move container to workspace number $ws9
|
|
bindsym $mod+Shift+0 move container to workspace number $ws10
|
|
|
|
# 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 'Itterasshai!' -B 'Hai!' 'i3-msg exit'"
|
|
|
|
# Border
|
|
for_window [class="^.*"] border pixel 0
|
|
|
|
# Colors from https://www.nordtheme.com/
|
|
# class border backgr. text indicator child_border
|
|
client.focused #2e3440 #2e3440 #ECEFF4 #A3BE8C #A3BE8C
|
|
client.focused_inactive #2e3440 #2e3440 #ECEFF4 #BF616A #5f676a
|
|
client.unfocused #333333 #222222 #D8DEE9 #BF616A #222222
|
|
client.urgent #2f343a #BF616A #ECEFF4 #BF616A #900000
|
|
client.background #ffffff
|
|
|
|
# Keyboard lauyout
|
|
exec --no-startup-id setxkbmap za
|
|
bindsym Ctrl+Shift+1 exec --no-startup-id setxkbmap za
|
|
|
|
# Background
|
|
exec --no-startup-id compton
|
|
exec --no-startup-id feh --bg-scale ~/wallpaper/wallpaper.png
|
|
|
|
# Remove title bar
|
|
new_window 1pixel
|
|
|
|
# Screenshot
|
|
bindsym --release $mod+Shift+p exec"import ~/screenshots/Screenshot-$(date '+%Y%m%d-%H%M%S').png"
|
|
|
|
# Audio and Screen
|
|
bindsym XF86MonBrightnessUp exec light -A 5 # increase screen brightness
|
|
bindsym XF86MonBrightnessDown exec light -U 5 # decrease screen brightness
|
|
|
|
# Workspace Cycle
|
|
bindsym $mod+n workspace next
|
|
bindsym $mod+p workspace prev
|
|
|
|
# PC specific configurations:
|
|
# WORKSTATION START
|
|
{%@@ if profile == "work" @@%}
|
|
|
|
bar {
|
|
position bottom
|
|
colors {
|
|
background #2e3440
|
|
statusline #2e3440
|
|
separator #2e3440
|
|
|
|
# class border backgr. text
|
|
focused_workspace #2e3440 #a3be8c #2e3440
|
|
active_workspace #2e3440 #2e3440 #eceff4
|
|
inactive_workspace #2e3440 #2e3440 #eceff4
|
|
urgent_workspace #2e3440 #bf616a #eceff4
|
|
}
|
|
status_command i3status
|
|
}
|
|
|
|
# Locking
|
|
bindsym $mod+Shift+BackSpace exec "xlock -mode grav -startCmd /share/bin/isweg -endCmd /share/bin/isda -bg '#6843bf' -info ''"
|
|
|
|
# Custom Workspaces
|
|
exec --no-startup-id "firefox"
|
|
for_window [class="Firefox"] move container to workspace 9
|
|
|
|
# Monitors
|
|
# Primary
|
|
set $monitor1 "HDMI-1"
|
|
# Secondary
|
|
set $monitor2 "HDMI-2"
|
|
|
|
workspace $ws10 output $monitor2
|
|
workspace $ws9 output $monitor2
|
|
|
|
bindsym $mod+Ctrl+1 move workspace to output $monitor1
|
|
bindsym $mod+Ctrl+2 move workspace to output $monitor2
|
|
|
|
{%@@ endif @@%}
|
|
|
|
# WORKSTATION END
|
|
|
|
# LAPTOP START
|
|
|
|
{%@@ if profile == "laptop" @@%}
|
|
# Locking
|
|
#bindsym $mod+Shift+BackSpace exec "xlock -mode grav -info ''"
|
|
bindsym $mod+Shift+BackSpace exec "~/scripts/lock-laptop"
|
|
|
|
# Custom Workspaces
|
|
for_window [class="discord"] move container to workspace 8
|
|
for_window [class="Firefox"] move container to workspace 9
|
|
|
|
# Monitors
|
|
# Integrated
|
|
set $monitor1 "eDP-1"
|
|
# potential Secondary
|
|
set $monitor2 "HDMI-1"
|
|
|
|
workspace $ws10 output $monitor2
|
|
|
|
bindsym $mod+Ctrl+1 move workspace to output $monitor1
|
|
bindsym $mod+Ctrl+2 move workspace to output $monitor2
|
|
|
|
# i3-gaps
|
|
#smart_gaps on
|
|
gaps inner 8
|
|
# polybar height + gaps inner
|
|
gaps top 35
|
|
|
|
exec_always --no-startup-id ~/.config/polybar/start.sh & # Fancy Bar
|
|
exec_always --no-startup-id dunst # Notification Manager
|
|
|
|
{%@@ endif @@%}
|
|
|
|
# LAPTOP END
|