Update hypr, zoxide, spotify ... and zshrc
This commit is contained in:
@@ -78,7 +78,7 @@ bind = $mainMod SHIFT, 9, movetoworkspace, 9
|
|||||||
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
bind = $mainMod SHIFT, 0, movetoworkspace, 10
|
||||||
|
|
||||||
# Example special workspace (scratchpad)
|
# Example special workspace (scratchpad)
|
||||||
# bind = $mainMod, S, togglespecialworkspace, magic
|
bind = $mainMod, S, togglespecialworkspace, magic
|
||||||
# bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
# bind = $mainMod SHIFT, S, movetoworkspace, special:magic
|
||||||
|
|
||||||
# Scroll through existing workspaces with mainMod + scroll
|
# Scroll through existing workspaces with mainMod + scroll
|
||||||
@@ -105,3 +105,6 @@ binde = $mainMod CONTROL, H, resizeactive, -10 0
|
|||||||
binde = $mainMod CONTROL, L, resizeactive, 10 0
|
binde = $mainMod CONTROL, L, resizeactive, 10 0
|
||||||
binde = $mainMod CONTROL, K, resizeactive, 0 -10
|
binde = $mainMod CONTROL, K, resizeactive, 0 -10
|
||||||
binde = $mainMod CONTROL, J, resizeactive, 0 10
|
binde = $mainMod CONTROL, J, resizeactive, 0 10
|
||||||
|
|
||||||
|
|
||||||
|
bind = , F10, pass, class:^(discord)$ # Send Super + Space to Discord
|
||||||
|
|||||||
@@ -1,8 +1,8 @@
|
|||||||
monitor=DP-3,2560x1440@240,1920x-360,1
|
monitor=DP-4,2560x1440@240,1920x-360,1
|
||||||
workspace=DP3,1
|
workspace=DP-3,1
|
||||||
monitor=DP-2,1920x1080@240,0x0,1
|
# monitor=DP-2,1920x1080@240,0x0,1
|
||||||
workspace=DP-2,6
|
# workspace=DP-2,6
|
||||||
monitor=DP-4,1920x1200@60,0x0,1
|
monitor=DP-3,1920x1200@60,0x0,1
|
||||||
workspace=DP-4,6
|
workspace=DP-4,6
|
||||||
|
|
||||||
general {
|
general {
|
||||||
@@ -92,12 +92,9 @@ misc {
|
|||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#input
|
# https://wiki.hyprland.org/Configuring/Variables/#input
|
||||||
input {
|
input {
|
||||||
kb_layout = us
|
kb_layout = de #us,
|
||||||
kb_variant =
|
# kb_variant = qwertz #,
|
||||||
kb_model =
|
kb_options = grp:alt_space_toggle
|
||||||
kb_options =
|
|
||||||
kb_rules =
|
|
||||||
|
|
||||||
follow_mouse = 1
|
follow_mouse = 1
|
||||||
|
|
||||||
sensitivity = 0.2 # -1.0 - 1.0, 0 means no modification.
|
sensitivity = 0.2 # -1.0 - 1.0, 0 means no modification.
|
||||||
|
|||||||
@@ -15,7 +15,7 @@ exec-once = [workspace 1 silent] $terminal
|
|||||||
exec-once = [workspace 6 silent] $spotify
|
exec-once = [workspace 6 silent] $spotify
|
||||||
# exec-once = [workspace 7 silent] $steam
|
# exec-once = [workspace 7 silent] $steam
|
||||||
|
|
||||||
exec-once = xrandr --output DP-3 --primary
|
exec-once = xrandr --output DP-4 --primary
|
||||||
exec-once = XDG_MENU_PREFIX=arch- kbuildsycoca6
|
exec-once = XDG_MENU_PREFIX=arch- kbuildsycoca6
|
||||||
exec-once = sleep 2 && waybar &
|
exec-once = sleep 2 && waybar &
|
||||||
exec-once = hyprpaper
|
exec-once = hyprpaper
|
||||||
|
|||||||
@@ -1,11 +1,11 @@
|
|||||||
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
|
windowrulev2 = suppressevent maximize, class:.* # You'll probably like this.
|
||||||
|
|
||||||
# Workspace rules
|
# Workspace rules
|
||||||
workspace=1,monitor:DP-3,default:true,persistent:true
|
workspace=1,monitor:DP-4,default:true,persistent:true
|
||||||
workspace=2,monitor:DP-3,persistent:true
|
workspace=2,monitor:DP-4,persistent:true
|
||||||
workspace=3,monitor:DP-3,persistent:true
|
workspace=3,monitor:DP-4,persistent:true
|
||||||
workspace=4,monitor:DP-3,persistent:true
|
workspace=4,monitor:DP-4,persistent:true
|
||||||
workspace=5,monitor:DP-3,persistent:true
|
workspace=5,monitor:DP-4,persistent:true
|
||||||
|
|
||||||
# workspace=6,monitor:DP-2,default:true,persistent:true
|
# workspace=6,monitor:DP-2,default:true,persistent:true
|
||||||
# workspace=7,monitor:DP-2,persistent:true
|
# workspace=7,monitor:DP-2,persistent:true
|
||||||
@@ -13,11 +13,11 @@ workspace=5,monitor:DP-3,persistent:true
|
|||||||
# workspace=9,monitor:DP-2,persistent:true
|
# workspace=9,monitor:DP-2,persistent:true
|
||||||
# workspace=10,monitor:DP-2,persistent:true
|
# workspace=10,monitor:DP-2,persistent:true
|
||||||
|
|
||||||
workspace=6,monitor:DP-4,default:true,persistent:true
|
workspace=6,monitor:DP-3,default:true,persistent:true
|
||||||
workspace=7,monitor:DP-4,persistent:true
|
workspace=7,monitor:DP-3,persistent:true
|
||||||
workspace=8,monitor:DP-4,persistent:true
|
workspace=8,monitor:DP-3,persistent:true
|
||||||
workspace=9,monitor:DP-4,persistent:true
|
workspace=9,monitor:DP-3,persistent:true
|
||||||
workspace=10,monitor:DP-4,persistent:true
|
workspace=10,monitor:DP-3,persistent:true
|
||||||
|
|
||||||
# Other
|
# Other
|
||||||
windowrule = stayfocused, class:(swappy)
|
windowrule = stayfocused, class:(swappy)
|
||||||
|
|||||||
@@ -152,7 +152,7 @@ misc {
|
|||||||
|
|
||||||
# https://wiki.hyprland.org/Configuring/Variables/#input
|
# https://wiki.hyprland.org/Configuring/Variables/#input
|
||||||
input {
|
input {
|
||||||
kb_layout = de
|
kb_layout = de, us
|
||||||
kb_variant =
|
kb_variant =
|
||||||
kb_model =
|
kb_model =
|
||||||
kb_options =
|
kb_options =
|
||||||
|
|||||||
Submodule .config/nvim updated: 17e24ac90c...7920f81c93
@@ -1,4 +1,5 @@
|
|||||||
connect.dial_devices="[]"
|
connect.dial_devices="[{\"address\":\"192.168.2.158\",\"app_state\":\"MISSING\",\"created_timestamp\":1754139785,\"device_id\":\"ff98d289-21ff-14f9-b88a-a1e8ae8d4e6d\",\"dial_location_url\":\"http://192.168.2.158:56790/dd.xml\",\"display_name\":\"55PUS7609/12\",\"last_seen\":1754139844,\"manufacturer\":\"Philips\",\"model_name\":\"PUS7609\",\"product_cap\":\"\",\"public_ip\":\"2003:f0:7f1c:a600:271a:e7a3:aa7d:9873\",\"wol\":{\"all_interfaces\":false,\"delay_ms\":250,\"mac\":\"0ccafb8d3446\",\"port\":9,\"retries\":320}}]"
|
||||||
audio.play_bitrate_non_metered_migrated=true
|
audio.play_bitrate_non_metered_migrated=true
|
||||||
|
connect.mdns_devices="[]"
|
||||||
ui.track_notifications_enabled=false
|
ui.track_notifications_enabled=false
|
||||||
app.player.volume=36836
|
app.player.volume=36836
|
||||||
|
|||||||
8
.zshrc
8
.zshrc
@@ -80,7 +80,7 @@ ZSH_THEME="powerlevel10k/powerlevel10k"
|
|||||||
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
# Custom plugins may be added to $ZSH_CUSTOM/plugins/
|
||||||
# Example format: plugins=(rails git textmate ruby lighthouse)
|
# Example format: plugins=(rails git textmate ruby lighthouse)
|
||||||
# Add wisely, as too many plugins slow down shell startup.
|
# Add wisely, as too many plugins slow down shell startup.
|
||||||
plugins=(git z zsh-autosuggestions zsh-syntax-highlighting )
|
plugins=(git zsh-autosuggestions zsh-syntax-highlighting )
|
||||||
|
|
||||||
source $ZSH/oh-my-zsh.sh
|
source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
@@ -113,9 +113,15 @@ export EDITOR='nvim'
|
|||||||
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
|
||||||
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
|
||||||
|
|
||||||
|
eval "$(zoxide init zsh)"
|
||||||
|
|
||||||
alias hx="helix"
|
alias hx="helix"
|
||||||
|
alias cd="z"
|
||||||
|
alias ls="eza --icons=always"
|
||||||
|
|
||||||
path+=('/home/zam/Projects/Odin')
|
path+=('/home/zam/Projects/Odin')
|
||||||
path+=('/home/zam/android-studio/bin')
|
path+=('/home/zam/android-studio/bin')
|
||||||
|
path+=('/home/zam/webstorm/bin')
|
||||||
path+=('/home/zam/go/bin')
|
path+=('/home/zam/go/bin')
|
||||||
|
path+=('/home/zam/.cache/rebar3/bin')
|
||||||
export path
|
export path
|
||||||
|
|||||||
Reference in New Issue
Block a user