Update a bunch of configs
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
738f83183f
commit
052fb6bada
24 changed files with 474 additions and 68 deletions
|
@ -1,5 +1,10 @@
|
|||
###############################################################################
|
||||
# Outputs #
|
||||
###############################################################################
|
||||
set $output1 HDMI-1-1
|
||||
set $output2 eDP-1-1
|
||||
# SCRIPT NAME:
|
||||
# .config/i3/config
|
||||
# .config/i3/config.base
|
||||
#
|
||||
# AUTHOR:
|
||||
# Severin Kaderli <severin@kaderli.dev>
|
||||
|
@ -8,7 +13,8 @@
|
|||
# This file contains my i3 configuration.
|
||||
#
|
||||
# USAGE:
|
||||
# This file is automatically used by i3.
|
||||
# This file is automatically merged together with the local i3 configuration
|
||||
# on start.
|
||||
|
||||
# Disable window titlebars and borders
|
||||
for_window [class="^.*"] border pixel 0
|
||||
|
@ -33,13 +39,6 @@ set $mod Mod4
|
|||
set $alt Mod1
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Outputs #
|
||||
###############################################################################
|
||||
set $output1 HDMI-1
|
||||
set $output2 eDP-1
|
||||
|
||||
|
||||
###############################################################################
|
||||
# Workspaces #
|
||||
###############################################################################
|
||||
|
@ -70,7 +69,7 @@ workspace $workspace10 output $output2
|
|||
# Assign applications to workspaces
|
||||
assign [class="Google-chrome-beta"] $workspace1
|
||||
assign [instance="cmus"] $workspace10
|
||||
assign [class="Code"] $workspace3
|
||||
assign [class="code-oss"] $workspace3
|
||||
assign [class="Nemo"] $workspace4
|
||||
assign [class="discord"] $workspace5
|
||||
assign [class="Steam"] $workspace6
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue