Add ascii comments
This commit is contained in:
45
i3_config
45
i3_config
@@ -1,5 +1,8 @@
|
|||||||
#
|
# __ ___ ____ ___ _ ____ _ _____ ____
|
||||||
# VARIABLES
|
# \ \ / / \ | _ \|_ _| / \ | __ )| | | ____/ ___|
|
||||||
|
# \ \ / / _ \ | |_) || | / _ \ | _ \| | | _| \___ \
|
||||||
|
# \ V / ___ \| _ < | | / ___ \| |_) | |___| |___ ___) |
|
||||||
|
# \_/_/ \_\_| \_\___/_/ \_\____/|_____|_____|____/
|
||||||
#
|
#
|
||||||
|
|
||||||
set $mod Mod4
|
set $mod Mod4
|
||||||
@@ -23,9 +26,20 @@ set $right "l"
|
|||||||
set $up "k"
|
set $up "k"
|
||||||
set $down "j"
|
set $down "j"
|
||||||
|
|
||||||
#
|
|
||||||
# GENERAL SETTINGS
|
|
||||||
#
|
# ____ _____ _ _ _____ ____ _ _
|
||||||
|
# / ___| ____| \ | | ____| _ \ / \ | |
|
||||||
|
# | | _| _| | \| | _| | |_) | / _ \ | |
|
||||||
|
# | |_| | |___| |\ | |___| _ < / ___ \| |___
|
||||||
|
# \____|_____|_| \_|_____|_| \_\/_/ \_\_____|
|
||||||
|
#
|
||||||
|
# ____ _____ _____ _____ ___ _ _ ____ ____
|
||||||
|
# / ___|| ____|_ _|_ _|_ _| \ | |/ ___/ ___|
|
||||||
|
# \___ \| _| | | | | | || \| | | _\___ \
|
||||||
|
# ___) | |___ | | | | | || |\ | |_| |___) |
|
||||||
|
# |____/|_____| |_| |_| |___|_| \_|\____|____/
|
||||||
|
#
|
||||||
|
|
||||||
# Add gaps for windows
|
# Add gaps for windows
|
||||||
gaps inner 8
|
gaps inner 8
|
||||||
@@ -43,9 +57,14 @@ font pango:monospace 8
|
|||||||
# Use Mouse+$mod to drag floating windows to their wanted position
|
# Use Mouse+$mod to drag floating windows to their wanted position
|
||||||
floating_modifier $mod
|
floating_modifier $mod
|
||||||
|
|
||||||
#
|
|
||||||
# APPLICATIONS
|
|
||||||
#
|
# ____ _____ _ ____ _____ _ _ ____ _ ____ ____ ____
|
||||||
|
# / ___|_ _|/ \ | _ \_ _| | | | _ \ / \ | _ \| _ \/ ___|
|
||||||
|
# \___ \ | | / _ \ | |_) || | | | | | |_) | / _ \ | |_) | |_) \___ \
|
||||||
|
# ___) || |/ ___ \| _ < | | | |_| | __/ / ___ \| __/| __/ ___) |
|
||||||
|
# |____/ |_/_/ \_\_| \_\|_| \___/|_| /_/ \_\_| |_| |____/
|
||||||
|
#
|
||||||
|
|
||||||
# Autostart
|
# Autostart
|
||||||
exec --no-startup-id nitrogen --restore
|
exec --no-startup-id nitrogen --restore
|
||||||
@@ -65,9 +84,13 @@ for_window [class="mpv"] floating enable
|
|||||||
for_window [class="mpv"] move absolute center
|
for_window [class="mpv"] move absolute center
|
||||||
|
|
||||||
|
|
||||||
#
|
|
||||||
# KEY BINDINGS
|
# _ _________ ______ ___ _ _ ____ ___ _ _ ____ ____
|
||||||
#
|
# | |/ / ____\ \ / / __ )_ _| \ | | _ \_ _| \ | |/ ___/ ___|
|
||||||
|
# | ' /| _| \ V /| _ \| || \| | | | | || \| | | _\___ \
|
||||||
|
# | . \| |___ | | | |_) | || |\ | |_| | || |\ | |_| |___) |
|
||||||
|
# |_|\_\_____| |_| |____/___|_| \_|____/___|_| \_|\____|____/
|
||||||
|
#
|
||||||
|
|
||||||
# Screenlocker
|
# Screenlocker
|
||||||
bindsym $mod+Shift+s exec i3lock -f -i $HOME/Pictures/2b-blurred.png
|
bindsym $mod+Shift+s exec i3lock -f -i $HOME/Pictures/2b-blurred.png
|
||||||
|
|||||||
Reference in New Issue
Block a user