Update
This commit is contained in:
22
config
22
config
@@ -12,10 +12,13 @@
|
||||
set $mod Mod4
|
||||
set $mod2 Mod1
|
||||
|
||||
set $right DVI-D-0
|
||||
set $left DVI-I-1
|
||||
|
||||
# Font for window titles. Will also be used by the bar unless a different font
|
||||
# is used in the bar {} block below. ISO 10646 = Unicode
|
||||
#font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
||||
font pango:DejaVu Sans Mono 10
|
||||
font pango:DejaVu Sans Mono 11
|
||||
# The font above is very space-efficient, that is, it looks good, sharp and
|
||||
# clear in small sizes. However, if you need a lot of unicode glyphs or
|
||||
# right-to-left text rendering, you should instead use pango for rendering and
|
||||
@@ -27,7 +30,7 @@ floating_modifier $mod
|
||||
|
||||
# start a terminal
|
||||
# bindsym $mod+Return exec i3-sensible-terminal
|
||||
bindsym $mod+Return exec sakura
|
||||
bindsym $mod+Return exec alacritty -e fish
|
||||
|
||||
# keepassxc
|
||||
bindsym $mod+k exec keepmenu
|
||||
@@ -40,7 +43,7 @@ bindsym $mod+$mod2+w exec --no-startup-id rofi -show window
|
||||
bindsym $mod+d exec --no-startup-id rofi -show run
|
||||
bindsym $mod+$mod2+d exec --no-startup-id rofi -show drun
|
||||
bindsym $mod+$mod2+l exec --no-startup-id systemctl suspend
|
||||
bindsym $mod+l exec --no-startup-id i3lock -c 000000
|
||||
# bindsym $mod+l exec --no-startup-id i3lock -c 000000
|
||||
# bindsym $mod+$mod2+d exec dmenu_run
|
||||
# bindsym $mod+d exec --no-startup-id i3-dmenu-desktop
|
||||
# bindsym $mod+d exec --no-startup-id xfce4-popup-whiskermenu
|
||||
@@ -112,15 +115,13 @@ bindsym $mod+a focus parent
|
||||
workspace_layout tabbed
|
||||
|
||||
# program specific workspaces
|
||||
assign [class="Steam"] number 2
|
||||
assign [class="Steam"] number 10
|
||||
#assign [class="Firefox"] 2
|
||||
#assign [class="Thunderbird"] 1
|
||||
assign [class="Pidgin"] number 2
|
||||
assign [class="Mumble"] number 2
|
||||
|
||||
|
||||
set $left eDP1
|
||||
set $right HDMI2
|
||||
|
||||
# workspace to monitor mapping
|
||||
workspace 1 output $left
|
||||
@@ -135,8 +136,10 @@ workspace 9 output $left
|
||||
workspace 10 output $right
|
||||
|
||||
# workspace cycling
|
||||
bindsym $mod+Tab workspace next
|
||||
bindsym $mod+$mod2+Tab workspace prev
|
||||
# bindsym $mod+Tab workspace next
|
||||
# bindsym $mod+$mod2+Tab workspace prev
|
||||
bindsym $mod+Tab [con_mark=_prevFocus0] focus
|
||||
bindsym $mod+$mod2+Tab [con_mark=_prevFocus2] focus
|
||||
|
||||
# switch to workspace
|
||||
bindsym $mod+1 workspace number 1
|
||||
@@ -325,5 +328,6 @@ mode "num" {
|
||||
# exec_always --no-startup-id ~/.config/polybar/autoname_workspaces.py --norenumber_workspaces --icon_list_format mathematician
|
||||
exec_always --no-startup-id autoname_workspaces -i superscript
|
||||
exec_always --no-startup-id ~/.config/polybar/launch.sh
|
||||
#exec xrandr --output DVI-D-0 --auto --right-of DVI-I-1
|
||||
exec --no-startup-id ~/.config/i3/focus
|
||||
# exec xrandr --output DVI-I-1 --auto --right-of DVI-D-0
|
||||
exec picom --config ~/.config/picom.config
|
||||
|
||||
Reference in New Issue
Block a user