Update configs
This commit is contained in:
parent
8ceb080b31
commit
ec28c0ef31
4 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,7 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
export AUDIO_DEVICE="alsa_output.usb-BEHRINGER_UMC202HD_192k-00.HiFi__Line1__sink"
|
#export AUDIO_DEVICE="alsa_output.usb-BEHRINGER_UMC202HD_192k-00.HiFi__Line1__sink"
|
||||||
|
export AUDIO_DEVICE="alsa_output.usb-BEHRINGER_UMC202HD_192k-00.HiFi__Line__sink"
|
||||||
export AUTOSTART_DISPLAY="Hyprland"
|
export AUTOSTART_DISPLAY="Hyprland"
|
||||||
|
|
||||||
export KDE_CONNECT_DEVICE="Fairphone3"
|
export KDE_CONNECT_DEVICE="Fairphone3"
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ bind = $main_mod, return, exec, $TERMINAL
|
||||||
bind = $main_mod SHIFT, return, exec, [float] $TERMINAL
|
bind = $main_mod SHIFT, return, exec, [float] $TERMINAL
|
||||||
|
|
||||||
bind = $main_mod, Q, killactive,
|
bind = $main_mod, Q, killactive,
|
||||||
#bind = $main_mod SHIFT, Q, forcekillactive,
|
bind = $main_mod SHIFT, Q, forcekillactive,
|
||||||
bind = $main_mod, Space, togglefloating,
|
bind = $main_mod, Space, togglefloating,
|
||||||
bind = $main_mod, F, fullscreen,
|
bind = $main_mod, F, fullscreen,
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -23,6 +23,7 @@ windowrulev2 = workspace $ws_chat silent, class:(Element)
|
||||||
windowrulev2 = workspace $ws_chat silent, class:(cinny)
|
windowrulev2 = workspace $ws_chat silent, class:(cinny)
|
||||||
windowrulev2 = workspace $ws_chat silent, class:(im.riot.Riot)
|
windowrulev2 = workspace $ws_chat silent, class:(im.riot.Riot)
|
||||||
windowrulev2 = workspace $ws_chat silent, class:(TeamSpeak 3)
|
windowrulev2 = workspace $ws_chat silent, class:(TeamSpeak 3)
|
||||||
|
windowrulev2 = workspace $ws_chat silent, class:(TeamSpeak)
|
||||||
|
|
||||||
windowrulev2 = workspace $ws_msg silent, class:(thunderbird|net.thunderbird.Thunderbird)
|
windowrulev2 = workspace $ws_msg silent, class:(thunderbird|net.thunderbird.Thunderbird)
|
||||||
windowrulev2 = workspace $ws_msg silent, class:^(Signal|org.signal.Signal)
|
windowrulev2 = workspace $ws_msg silent, class:^(Signal|org.signal.Signal)
|
||||||
|
|
|
||||||
|
|
@ -14,6 +14,4 @@ return {
|
||||||
transparent_bg = true,
|
transparent_bg = true,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
||||||
{ import = "astrocommunity.completion.copilot-lua-cmp" },
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue