From b29fbdf615d122a2fa2763926677f2d8c4f9d5c2 Mon Sep 17 00:00:00 2001 From: Jika Date: Sat, 8 Feb 2025 15:15:37 +0100 Subject: [PATCH] clean config --- sway/config | 38 +++++++++++++++----------------------- to_install.txt | 4 +++- zshrc | 2 +- 3 files changed, 19 insertions(+), 25 deletions(-) diff --git a/sway/config b/sway/config index ba21573..1d57578 100644 --- a/sway/config +++ b/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: diff --git a/to_install.txt b/to_install.txt index 942ec39..0c7fc11 100644 --- a/to_install.txt +++ b/to_install.txt @@ -1,6 +1,8 @@ Installer : -- exa +- eza - bat - fd - ripgrep - dust +- gitui +- dysk diff --git a/zshrc b/zshrc index e00e70d..c469ab0 100644 --- a/zshrc +++ b/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