Udpate i3 config for more harcoded desktops
This commit is contained in:
parent
b0de5d723d
commit
69be90e420
1 changed files with 20 additions and 4 deletions
24
i3/config
24
i3/config
|
@ -13,11 +13,12 @@ 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:monospace 8
|
||||
# font -misc-fixed-medium-r-normal--13-120-75-75-C-70-iso10646-1
|
||||
# font pango:Terminus 18px
|
||||
|
||||
# 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:DejaVu Sans Mono 8
|
||||
|
||||
# Start XDG autostart .desktop files using dex. See also
|
||||
# https://wiki.archlinux.org/index.php/XDG_Autostart
|
||||
|
@ -45,11 +46,16 @@ bindsym XF86AudioMicMute exec --no-startup-id pactl set-source-mute @DEFAULT_SOU
|
|||
floating_modifier $mod
|
||||
|
||||
# start a terminal
|
||||
bindsym $mod+Return exec alacritty
|
||||
# bindsym $mod+Return exec alacritty
|
||||
bindsym $mod+Return exec ~/.local/kitty.app/bin/kitty
|
||||
|
||||
# Screenshots
|
||||
bindsym Mod1+Shift+A exec "/usr/bin/flameshot gui"
|
||||
|
||||
# Boomer
|
||||
bindsym Mod1+Shift+Z exec "/home/pro100ton/Documents/development/boomer/boomer"
|
||||
|
||||
|
||||
# kill focused window
|
||||
bindsym $mod+Shift+q kill
|
||||
|
||||
|
@ -199,14 +205,20 @@ gaps inner 6
|
|||
# Change layout language
|
||||
exec --no-startup-id setxkbmap -model pc105 -layout us,ru -option grp:alt_space_toggle
|
||||
|
||||
title_align center
|
||||
|
||||
# Configure workspaces on monitors
|
||||
workspace 1 output DP-2
|
||||
workspace 3 output DP-2
|
||||
workspace 5 output DP-2
|
||||
workspace 7 output DP-2
|
||||
workspace 2 output DP-4
|
||||
workspace 4 output DP-4
|
||||
workspace 6 output DP-4
|
||||
workspace 8 output DP-4
|
||||
|
||||
# Set font
|
||||
font pango:JetBrainsMonoNL Nerd Font Mono 10
|
||||
font pango:JetBrainsMonoNL Nerd Font Bold 10
|
||||
|
||||
# Set theme
|
||||
default_border pixel 2
|
||||
|
@ -222,3 +234,7 @@ client.background #ffffff
|
|||
|
||||
# Lockscreen binding
|
||||
bindsym Control+Mod1+q exec "i3lock -c 000000"
|
||||
|
||||
# Wallpapers setup
|
||||
# exec --no-startup-id feh --bg-scale --randomize ~/Pictures/Wallpapers/gruvbox/*
|
||||
exec --no-startup-id ~/Pictures/Wallpapers/wps.sh
|
||||
|
|
Loading…
Reference in a new issue