updated for color coordination
This commit is contained in:
@@ -1,70 +1,45 @@
|
||||
exec xrandr --setprovideroutputsource modesetting NVIDIA-0
|
||||
exec xrandr --auto
|
||||
|
||||
|
||||
# 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!
|
||||
# me i3 config file :)
|
||||
|
||||
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:System San Francisco Display 16
|
||||
|
||||
# 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
|
||||
font pango:Source Code Pro 16
|
||||
|
||||
# Start XDG autostart .desktop files using dex. See also
|
||||
# https://wiki.archlinux.org/index.php/XDG_Autostart
|
||||
exec --no-startup-id dex --autostart --environment i3
|
||||
# exec --no-startup-id dex --autostart --environment i3
|
||||
|
||||
exec --no-startup-id i3-msg 'workspace 0; exec --no-startup-id conky; workspace 0'
|
||||
|
||||
# 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@ +10% && $refresh_i3status
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id pactl set-sink-volume @DEFAULT_SINK@ -10% && $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
|
||||
bindsym XF86AudioRaiseVolume exec --no-startup-id wpctl set-volume 50 5%+ && pkill -SIGRTMIN+10 i3blocks
|
||||
bindsym XF86AudioLowerVolume exec --no-startup-id wpctl set-volume 50 5%- && pkill -SIGRTMIN+10 i3blocks
|
||||
bindsym XF86AudioMute exec --no-startup-id pactl set-sink-mute @DEFAULT_SINK@ toggle && pkill -SIGRTMIN+10 i3blocks
|
||||
bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOURCE@ toggle && pkill -SIGTRMIN+10 i3blocks
|
||||
|
||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||
floating_modifier $mod
|
||||
|
||||
# move tiling windows via drag & drop by left-clicking into the title bar,
|
||||
# or left-clicking anywhere into the window while holding the floating modifier.
|
||||
# move tiling windows via drag & drop by left-clicking into the title bar, or left-clicking anywhere into the
|
||||
# window while holding the floating modifier.
|
||||
tiling_drag modifier titlebar
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec sakura -f "Source Code Pro 14"
|
||||
bindsym $mod+Return exec sakura -f "Source Code Pro 10"
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
||||
# start dmenu (a program launcher)
|
||||
bindsym $mod+d exec --no-startup-id dmenu_run
|
||||
# A more modern dmenu replacement is rofi:
|
||||
# bindcode $mod+40 exec "rofi -modi drun,run -show drun"
|
||||
# There also is i3-dmenu-desktop which only displays applications shipping a
|
||||
# .desktop file. It is a wrapper around dmenu, so you need that installed.
|
||||
# bindcode $mod+40 exec --no-startup-id i3-dmenu-desktop
|
||||
# start Rofi
|
||||
bindsym $mod+d exec rofi -show run -theme 'theme.rasi'
|
||||
|
||||
# change focus
|
||||
bindsym $mod+j focus left
|
||||
@@ -118,21 +93,17 @@ bindsym $mod+a focus parent
|
||||
|
||||
# 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 $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 "0: "
|
||||
set $ws10 "0:  "
|
||||
|
||||
# Workspace assignment
|
||||
assign [class="LibreWolf"] $ws1
|
||||
assign [class="WebCord"] $ws3
|
||||
assign [class="Conky"] $ws10
|
||||
|
||||
workspace $ws10 output "Screen 0"
|
||||
|
||||
@@ -165,7 +136,7 @@ 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're really going to leave?' -B 'Yes, goodbye.' 'i3-msg exit'"
|
||||
bindsym $mod+Shift+e exec "i3-nagbar -f 'Source Code Pro 64px' -t error -m 'bye bye?' -B 'bye bye' 'i3-msg exit'"
|
||||
|
||||
# resize window (you can also use the mouse for that)
|
||||
mode "resize" {
|
||||
@@ -194,64 +165,74 @@ mode "resize" {
|
||||
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
# Start i3bar to display a workspace bar (plus the system information i3status
|
||||
# finds out, if available)
|
||||
|
||||
######################
|
||||
# START CUSTOM STUFF #
|
||||
######################
|
||||
|
||||
# Color variables
|
||||
#set $bg-color #2f343f
|
||||
set $bg-color #092d5f
|
||||
set $inactive-bg-color #092d5f
|
||||
#set $text-color #c0caf5
|
||||
set $text-color #e5c2be
|
||||
set $inactive-text-color #676E7D
|
||||
set $urgent-bg-color #E53935
|
||||
|
||||
# Start i3bar
|
||||
bar {
|
||||
position top
|
||||
status_command i3blocks
|
||||
strip_workspace_numbers yes
|
||||
tray_output none
|
||||
|
||||
colors {
|
||||
background $bg-color
|
||||
separator #757575
|
||||
background $bg-color
|
||||
separator $text-color
|
||||
# border background text
|
||||
focused_workspace $bg-color $bg-color $text-color
|
||||
inactive_workspace $inactive-bg-color $inactive-bg-color $inactive-text-color
|
||||
urgent_workspace $urgent-bg-color $urgent-bg-color $text-color
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
####
|
||||
## START CUSTOM STUFF
|
||||
# Pape
|
||||
exec_always --no-startup-id feh --bg-scale ~/Pictures/papes/Oymyakon_forests.jpg
|
||||
|
||||
default_border pixel 1
|
||||
default_floating_border pixel 1
|
||||
# Workspace assignment
|
||||
assign [class="LibreWolf"] $ws1
|
||||
assign [class="WebCord"] $ws3
|
||||
assign [class="Conky"] $ws10
|
||||
assign [class="steam"] $ws4
|
||||
|
||||
set $bg-color #2f343f
|
||||
set $inactive-bg-color #2f343f
|
||||
set $text-color #f3f4f5
|
||||
set $inactive-text-color #676E7D
|
||||
set $urgent-bg-color #E53935
|
||||
for_window [class="WebCord"] floating enable
|
||||
|
||||
# window colors
|
||||
# Borders
|
||||
default_border pixel 2
|
||||
default_floating_border pixel 2
|
||||
|
||||
# Gap
|
||||
gaps inner 10
|
||||
|
||||
# Window colors
|
||||
# border background text indicator
|
||||
client.focused $bg-color $bg-color $text-color #00ff00
|
||||
client.unfocused $inactive-bg-color $inactive-bg-color $inactive-text-color #00ff00
|
||||
client.focused_inactive $inactive-bg-color $inactive-bg-color $inactive-text-color #00ff00
|
||||
client.focused $text-color $text-color $text-color $text-color
|
||||
client.unfocused $inactive-win-bord $inactive-bg-color $inactive-text-color #00ff00
|
||||
client.focused_inactive $inactive-bg-color $inactive-bg-color $inactive-text-color #00ff00
|
||||
client.urgent $urgent-bg-color $urgent-bg-color $text-color #00ff00
|
||||
|
||||
|
||||
|
||||
# Autolaunch
|
||||
exec Conky
|
||||
exec WebCord
|
||||
|
||||
# Sreen brightness controls
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set +1%
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 1%-
|
||||
|
||||
# Touchpad controls
|
||||
bindsym XF86TouchpadToggle exec /some/path/toggletouchpad.sh # toggle touchpad
|
||||
bindsym XF86MonBrightnessUp exec --no-startup-id brightnessctl set +1% && pkill -SIGRTMIN+11 i3blocks
|
||||
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 1%- && pkill -SIGRTMIN+11 i3blocks
|
||||
|
||||
# Media player controls
|
||||
bindsym XF86AudioPlay exec playerctl play
|
||||
bindsym XF86AudioPause exec playerctl pause
|
||||
bindsym XF86AudioNext exec playerctl next
|
||||
bindsym XF86AudioPrev exec playerctl previous
|
||||
|
||||
# Pape
|
||||
exec_always feh --bg-scale ~/Pictures/papes/Oymyakon_forests.jpg
|
||||
|
||||
# Gap
|
||||
gaps inner 10
|
||||
bindsym XF86AudioPlay exec --no-startup-id playerctl play
|
||||
bindsym XF86AudioPause exec --no-startup-id playerctl pause
|
||||
bindsym XF86AudioNext exec --no-startup-id playerctl next
|
||||
bindsym XF86AudioPrev exec --no-startup-id playerctl previous
|
||||
|
||||
# Vim Keys
|
||||
# exec_always xmodmap -e "clear lock" #disable caps lock switch
|
||||
|
||||
Reference in New Issue
Block a user