Skip to content

Commit

Permalink
hyprland: update config
Browse files Browse the repository at this point in the history
  • Loading branch information
ericdallo committed Nov 19, 2024
1 parent 5f881ba commit 22c2909
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
1 change: 0 additions & 1 deletion .config/Code/User/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@
"html.trace.server": "verbose",
"dart.flutterSdkPath": "/home/greg/flutter",
"calva.referencesCodeLens.enabled": true,
"clojure.trace.server": "verbose",
"calva.clojureLspPath": "/home/greg/dev/clojure-lsp/clojure-lsp",
"editor.hover.enabled": false,
"calva.fmt.configPath": "CLOJURE-LSP",
Expand Down
9 changes: 5 additions & 4 deletions .config/hypr/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ bind = SUPER_SHIFT, B, exec, source $HOME/.env && source $HOME/.critical-keys &&
bindr = , XF86AudioMute, exec, pactl set-sink-mute @DEFAULT_SINK@ toggle
bind = , XF86AudioRaiseVolume, exec, pulsemixer --change-volume +5 --unmute
bind = , XF86AudioLowerVolume, exec, pulsemixer --change-volume -5 --unmute
bind = , Print, exec, hyprshot -m region --clipboard-only
bind = SHIFT, Print, exec, hyprshot -m region --output-folder $HOME/Pictures
bind = SUPER_SHIFT, Print, exec, hyprshot -m output -m eDP-1 --output-folder $HOME/Pictures
bind = , Print, exec, QT_SCREEN_SCALE_FACTORS="0.833" flameshot gui
bind = SHIFT, Print, exec, wf-recorder -c gif -f ~/Videos/recording-$(date -u +"%Y-%m-%d.%H.%M.%S").gif -y -g "$(slurp)"
bind = SUPER_SHIFT, Print, exec, killall -s SIGINT wf-recorder && notify-send "Saved recording at ~/Videos"
bind = , Control_R, pass, ^discord$

bindm = SUPER, mouse:272, movewindow
Expand Down Expand Up @@ -81,10 +81,11 @@ input {
}

dwindle {
no_gaps_when_only = 1
preserve_split = yes
}

workspace = w[t1], gapsout:0, gapsin:0, border: 0, rounding:0
workspace = w[tg1], gapsout:0, gapsin:0, border: 0, rounding:0
workspace = 1, monitor:eDP-1
workspace = 2, monitor:eDP-1
workspace = 3, monitor:eDP-1
Expand Down
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export NETWORK_WIRELESS_INTERFACE=$(ip route | grep '^default' | awk '{print $5}
export NETWORK_WIRED_INTERFACE=$(ip route |grep -v "$NETWORK_WIRELESS_INTERFACE" | grep '^default' | awk '{print $5}' | head -n1)
export BATTERY_ADAPTER=$(ls /sys/class/power_supply/ |grep -v BAT)
export VPN_COMMAND_NAME="gpclient"
export VPN_START="nix shell github:yuezk/GlobalProtect-openconnect -c sudo -E gpclient --ignore-tls-errors connect br1.zta.nubank.world --default-browser --as-gateway"
export VPN_START="nix shell github:yuezk/GlobalProtect-openconnect/v2.3.8 -c sudo -E gpclient --ignore-tls-errors connect br1.zta.nubank.world --default-browser --as-gateway"
export DRIVE_COMMAND_NAME="google-drive-oc"
GOOGLE_CHROME=$(which google-chrome-stable)
export CHROME_EXECUTABLE=$(readlink -f $GOOGLE_CHROME)

0 comments on commit 22c2909

Please sign in to comment.