mirror of
https://github.com/m-housh/dotfiles.git
synced 2026-02-14 06:12:34 +00:00
Updated git config, gopass config, hyprland config, kitty config
This commit is contained in:
@@ -24,7 +24,7 @@ monitor= ,preferred,auto,auto
|
||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||
# Or execute your favorite apps at launch like this:
|
||||
|
||||
exec-once = waybar & swaync & elephant
|
||||
exec-once = swaync & elephant
|
||||
|
||||
#############################
|
||||
### ENVIRONMENT VARIABLES ###
|
||||
@@ -205,6 +205,11 @@ device {
|
||||
|
||||
# Example windowrule
|
||||
# windowrule = float,class:^(kitty)$,title:^(kitty)$
|
||||
#
|
||||
windowrulev2 = float,class:^(float)$
|
||||
#windowrule = float,title:InstallWebApp
|
||||
windowrulev2 = size 800 600,class:^(float)$,title:^(Install Web App)$
|
||||
windowrulev2 = center,class:^(float)$,title:^(Install Web App)$
|
||||
|
||||
# Ignore maximize requests from apps. You'll probably like this.
|
||||
windowrule = suppressevent maximize, class:.*
|
||||
|
||||
@@ -34,13 +34,13 @@ animations {
|
||||
}
|
||||
|
||||
background {
|
||||
monitor =
|
||||
path = screenshot
|
||||
monitor = eDP-1
|
||||
path = /usr/share/hypr/lockdead2.png
|
||||
blur_passes = 3
|
||||
}
|
||||
|
||||
input-field {
|
||||
monitor =
|
||||
monitor = eDP-1
|
||||
size = 20%, 5%
|
||||
outline_thickness = 3
|
||||
inner_color = rgba(0, 0, 0, 0.0) # no fill
|
||||
|
||||
@@ -13,21 +13,22 @@ $mainMod = SUPER # Sets "Windows" key as main modifier
|
||||
#
|
||||
# Set programs that you use
|
||||
$terminal = ghostty
|
||||
$browser = chromium
|
||||
$browser = zen-browser #chromium
|
||||
$fileManager = $terminal -e yazi
|
||||
$fileBrowser = dolphin
|
||||
$fileBrowser = nautilus
|
||||
$menu = walker
|
||||
$pwa = chromium --profile-directory=Default
|
||||
|
||||
$btop = $terminal -e btop
|
||||
$chatgpt = $pwa --app-id=cadlkienfkclaiaibeoongdcgmdikeeg
|
||||
$config = $terminal -e ~/.local/share/scripts/tmux-sessionator ~/.config
|
||||
$email = $pwa --app-id=jnpecgipniidlgicjocehkhajgdnjekh # proton mail
|
||||
$excalidraw = $pwa --app-id=fehpfgkaiahomgjlkjleaolhifmngapb
|
||||
$gitea = $pwa --app-id=jenmjaeafdjpclbgpkemokbhfeplfdbg
|
||||
$neovim = $terminal -e nvim
|
||||
$protonPass = $pwa --app-id=hkhckfoofhljcngmlnlojcbplgkcpcab
|
||||
$youtube = $pwa --app-id=agimnkijcaahngcdmfeangaknmldooml
|
||||
|
||||
|
||||
# Example binds, see https://wiki.hyprland.org/Configuring/Binds/ for more
|
||||
|
||||
# Apps
|
||||
@@ -35,17 +36,20 @@ bind = $mainMod, Space, exec, $menu # launcher (set above)
|
||||
bind = $mainMod, Return, exec, $terminal
|
||||
bind = $mainMod, A, exec, $chatgpt
|
||||
bind = $mainMod, B, exec, $browser
|
||||
bind = $mainMod Shift, B, exec, $btop
|
||||
bind = $mainMod, C, exec, $config
|
||||
bind = $mainMod, D, exec, $excalidraw
|
||||
bind = $mainMod, E, exec, $email
|
||||
bind = $mainMod, F, exec, $fileManager
|
||||
bind = $mainMod SHIFT, F, exec, $fileBrowser
|
||||
bind = $mainMod SHIFT, G, exec, $gitea
|
||||
bind = $mainMod Shift, F, exec, $fileBrowser
|
||||
bind = $mainMod Shift, G, exec, $gitea
|
||||
bind = $mainMod, N, exec, $neovim
|
||||
bind = $mainMod, P, exec, $protonPass
|
||||
bind = $mainMod, Y, exec, $youtube
|
||||
|
||||
bind = $mainMod, W, killactive,
|
||||
bind = $mainMod, M, exit,
|
||||
bind = $mainMod Shift, M, exit,
|
||||
bind = $mainMod, M, exec, ~/.local/bin/toggle-waybar
|
||||
bind = $mainMod, V, togglefloating,
|
||||
#bind = $mainMod, P, pseudo, # dwindle
|
||||
#bind = $mainMod, J, togglesplit, # dwindle
|
||||
|
||||
0
hypr/monitors.conf
Normal file
0
hypr/monitors.conf
Normal file
0
hypr/workspaces.conf
Normal file
0
hypr/workspaces.conf
Normal file
Reference in New Issue
Block a user