1
0

added fuzzel config; modified cargo config; modified sway config to use fuzzel

This commit is contained in:
Emma Tebibyte 2023-11-19 14:48:45 -07:00
parent f055bfbedc
commit 500b47fd9a
Signed by: emma
GPG Key ID: 6D661C738815E7DD
4 changed files with 16 additions and 5 deletions

View File

@ -1,3 +1,6 @@
[net]
git-fetch-with-cli = true
[target.x86_64-unknown-linux-gnu]
linker = "gcc"
rustflags = ["-C", "link-arg=-fuse-ld=mold"]

View File

@ -0,0 +1,8 @@
font=Ubuntu Mono
icons-enabled=false
[colors]
background=2d353bff
selection=a7c080ff
text=d3c6aaff
selection-text=2d353bff

View File

@ -23,7 +23,7 @@ DLAGENTS=('file::/usr/bin/curl -qgC - -o %o %u'
#-- The package required by makepkg to download VCS sources
# Format: 'protocol::package'
VCSCLIENTS=('bzr::bzr'
VCSCLIENTS=('bzr::breezy'
'fossil::fossil'
'git::git'
'hg::mercurial'

View File

@ -104,12 +104,12 @@ bindsym $mod+Shift+space floating toggle
bindsym $mod+space focus mode_toggle
# lock screen
# bindsym --release $mod+Shift+l exec swaylock
bindsym --release $mod+escape exec swaylock-blur
# tools
bindsym $mod+t exec kitty
bindsym $mod+d exec wofi
bindsym $mod+w exec clipman pick -t wofi
bindsym $mod+d exec fuzzel
bindsym $mod+w exec clipman pick --tool=CUSTOM --tool-args="fuzzel -d -w 60"
# change focus
bindsym $mod+h focus left
@ -200,6 +200,6 @@ exec discord
exec ibus-daemon -rxR
# window rules
for_window [app_id="org.kde.polkit-kde-authentication-agent-1"] floating enable
for_window [app_id="org.freedesktop.impl.portal.desktop.kde"] floating enable
for_window [title="meower"] floating enable; resize set 600 450;