clean config
This commit is contained in:
38
sway/config
38
sway/config
@@ -48,20 +48,11 @@ exec swayidle -w \
|
||||
|
||||
|
||||
### Input configuration
|
||||
input * xkb_rules evdev
|
||||
input * xkb_layout "be"
|
||||
#
|
||||
# Example configuration:
|
||||
#
|
||||
# input "2:14:SynPS/2_Synaptics_TouchPad" {
|
||||
# dwt enabled
|
||||
# tap enabled
|
||||
# natural_scroll enabled
|
||||
# middle_emulation enabled
|
||||
# }
|
||||
#
|
||||
# You can get the names of your inputs by running: swaymsg -t get_inputs
|
||||
# Read `man 5 sway-input` for more information about this section.
|
||||
input * {
|
||||
xkb_rules evdev
|
||||
xkb_layout "be"
|
||||
xkb_numlock enabled
|
||||
}
|
||||
|
||||
### Key bindings
|
||||
#
|
||||
@@ -78,6 +69,7 @@ input * xkb_layout "be"
|
||||
|
||||
bindsym $mod+w exec firefox
|
||||
bindsym $mod+i exec $term -e "nvim"
|
||||
bindsym $mod+Shift+p exec hyprpicker -a
|
||||
|
||||
# Drag floating windows by holding down $mod and left mouse button.
|
||||
# Resize them with right mouse button + $mod.
|
||||
@@ -188,27 +180,27 @@ input * xkb_layout "be"
|
||||
#
|
||||
# Resizing containers:
|
||||
#
|
||||
bindsym $mod+r mode "resize"
|
||||
mode "resize" {
|
||||
# left will shrink the containers width
|
||||
# right will grow the containers width
|
||||
# up will shrink the containers height
|
||||
# down will grow the containers height
|
||||
bindsym $left resize shrink width 10px
|
||||
bindsym $down resize grow height 10px
|
||||
bindsym $up resize shrink height 10px
|
||||
bindsym $right resize grow width 10px
|
||||
bindsym $left resize shrink width 250px
|
||||
bindsym $down resize grow height 250px
|
||||
bindsym $up resize shrink height 250px
|
||||
bindsym $right resize grow width 250px
|
||||
|
||||
# Ditto, with arrow keys
|
||||
bindsym Left resize shrink width 10px
|
||||
bindsym Down resize grow height 10px
|
||||
bindsym Up resize shrink height 10px
|
||||
bindsym Right resize grow width 10px
|
||||
bindsym Left resize shrink width 250px
|
||||
bindsym Down resize grow height 250px
|
||||
bindsym Up resize shrink height 250px
|
||||
bindsym Right resize grow width 250px
|
||||
|
||||
# Return to default mode
|
||||
bindsym Return mode "default"
|
||||
bindsym Escape mode "default"
|
||||
}
|
||||
bindsym $mod+r mode "resize"
|
||||
|
||||
#
|
||||
# Status Bar:
|
||||
|
||||
@@ -1,6 +1,8 @@
|
||||
Installer :
|
||||
- exa
|
||||
- eza
|
||||
- bat
|
||||
- fd
|
||||
- ripgrep
|
||||
- dust
|
||||
- gitui
|
||||
- dysk
|
||||
|
||||
2
zshrc
2
zshrc
@@ -6,7 +6,7 @@ export ZSH=$HOME/.oh-my-zsh
|
||||
export PATH="/home/jika/Scripts/:/home/jika/.cargo/bin:$PATH"
|
||||
export PATH="/home/jika/.local/bin:/home/jika/.deno/bin:$PATH"
|
||||
export RR_STATION="teo"
|
||||
export RUSTC_WRAPPER=~/.cargo/bin/sccache
|
||||
export RUSTC_WRAPPER=sccache
|
||||
export DOCKER_HOST=unix://$XDG_RUNTIME_DIR/podman/podman.sock
|
||||
export EDITOR="/usr/bin/nvim"
|
||||
# Set name of the theme to load --- if set to "random", it will
|
||||
|
||||
Reference in New Issue
Block a user