add files

This commit is contained in:
Gecko :3 2025-08-19 17:51:15 +02:00
commit 40b77f88ea
20 changed files with 522 additions and 0 deletions

179
i3/config Normal file
View file

@ -0,0 +1,179 @@
set $mod Mod4
#font pango:monospace 8
font pango: JetBrainsMono Nerd Font 8
focus_follows_mouse yes
#exec --no-startup-id /usr/lib/polkit-gnome/polkit-gnome-authentication-agent-1
#exec_always setxkbmap -layout us,noted -option grp:alt_shift_toggle
exec --no-startup-id setxkbmap -option '' -option ctrl:nocaps
exec --no-startup-id xset r rate 350 35
client.focused #555555 #222222 #FFFFFF #FFFFFF
client.focused_inactive #333333 #111111 #AAAAAA #AAAAAA
client.unfocused #333333 #111111 #AAAAAA #AAAAAA
client.urgent #666666 #000000 #FFFFFF #FFFFFF
client.placeholder #666666 #000000 #FFFFFF #FFFFFF
client.background #000000
exec_always --no-startup-id "xrandr --output HDMI-A-0 --mode 2560x1440 --rate 74.60 --above eDP"
exec --no-startup-id dex --autostart --environment i3
#exec --no-startup-id xss-lock ~/.config/i3/lock.sh
exec --no-startup-id xss-lock --transfer-sleep-lock -- i3lock --color=#000000 --nofork
exec --no-startup-id nitrogen --restore
exec --no-startup-id nm-applet
exec_always --no-startup-id picom
exec --no-startup-id dunst
exec --no-startup-id blueman-tray
exec Telegram
exec signal-desktop --password-store="gnome-libsecret"
exec vesktop
#exec_always element-desktop
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 XF86MonBrightnessUp exec --no-startup-id brightnessctl set +5%
bindsym XF86MonBrightnessDown exec --no-startup-id brightnessctl set 5%-
gaps inner 2
title_align center
floating_modifier $mod
tiling_drag modifier titlebar
bindsym $mod+q exec st
bindsym $mod+b exec firefox
bindsym $mod+n exec kitty -e nvim
bindsym $mod+Shift+l exec i3lock -c 000000
#bindsym $mod+p exec ~/.config/typepass.sh
bindsym $mod+p exec rofi-rbw -t password
bindsym $mod+Shift+s exec flameshot gui
bindsym $mod+e exec kitty -e yazi
bindsym $mod+Shift+q kill
bindsym $mod+d exec --no-startup-id dmenu_run
bindsym $mod+j focus left
bindsym $mod+k focus down
bindsym $mod+l focus up
bindsym $mod+semicolon focus right
bindsym $mod+Left focus left
bindsym $mod+Down focus down
bindsym $mod+Up focus up
bindsym $mod+Right focus right
#bindsym $mod+Shift+j move left
#bindsym $mod+Shift+k move down
#bindsym $mod+Shift+l move up
#bindsym $mod+Shift+semicolon move right
bindsym $mod+Shift+Left move left
bindsym $mod+Shift+Down move down
bindsym $mod+Shift+Up move up
bindsym $mod+Shift+Right move right
bindsym $mod+h split h
bindsym $mod+v split v
bindsym $mod+f fullscreen toggle
#bindsym $mod+s layout stacking
bindsym $mod+t layout toggle splith tabbed
bindsym $mod+Shift+space floating toggle
#bindsym $mod+space focus mode_toggle
bindsym $mod+a focus parent
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 "10"
bindsym $mod+1 workspace number $ws1
bindsym $mod+2 workspace number $ws2
bindsym $mod+3 workspace number $ws3
bindsym $mod+4 workspace number $ws4
bindsym $mod+5 workspace number $ws5
bindsym $mod+6 workspace number $ws6
bindsym $mod+7 workspace number $ws7
bindsym $mod+8 workspace number $ws8
bindsym $mod+9 workspace number $ws9
bindsym $mod+0 workspace number $ws10
bindsym $mod+minus scratchpad show
bindsym $mod+Shift+minus move scratchpad
bindsym $mod+Shift+1 move container to workspace number $ws1
bindsym $mod+Shift+2 move container to workspace number $ws2
bindsym $mod+Shift+3 move container to workspace number $ws3
bindsym $mod+Shift+4 move container to workspace number $ws4
bindsym $mod+Shift+5 move container to workspace number $ws5
bindsym $mod+Shift+6 move container to workspace number $ws6
bindsym $mod+Shift+7 move container to workspace number $ws7
bindsym $mod+Shift+8 move container to workspace number $ws8
bindsym $mod+Shift+9 move container to workspace number $ws9
bindsym $mod+Shift+0 move container to workspace number $ws10
assign [class="Signal"] → number "10"
assign [class="vesktop"] → number "10"
assign [class="^TelegramDesktop$"] → number "10"
bindsym $mod+Shift+c reload
bindsym $mod+Shift+r restart
bindsym $mod+Shift+e exec i3-msg exit
mode "resize" {
bindsym j resize shrink width 5 px or 5 ppt
bindsym k resize grow height 5 px or 5 ppt
bindsym l resize shrink height 5 px or 5 ppt
bindsym semicolon resize grow width 5 px or 5 ppt
bindsym Left resize shrink width 5 px or 5 ppt
bindsym Down resize grow height 5 px or 5 ppt
bindsym Up resize shrink height 5 px or 5 ppt
bindsym Right resize grow width 5 px or 5 ppt
bindsym Return mode "default"
bindsym Escape mode "default"
bindsym $mod+r mode "default"
}
bindsym $mod+r mode "resize"
bar {
status_command i3status -c ~/.config/i3status.conf
position top
colors {
background #000000
focused_workspace #555555 #222222 #FFFFFF
active_workspace #444444 #1A1A1A #FFFFFF
inactive_workspace #333333 #111111 #AAAAAA
urgent_workspace #666666 #000000 #FFFFFF
binding_mode #666666 #000000 #FFFFFF
}
}
default_border pixel 2